Wall.onEntry() fixed

This commit is contained in:
ericnerdo 2016-04-25 23:38:22 +02:00
parent 67cbdc7ba7
commit 71248fd666

View File

@ -22,7 +22,7 @@ public class Wall extends Tile {
if (sg == null) {
return;
} else {
sg.teleport(playerBase.facingDirection);
sg.teleport(playerBase);
}
}