Wall.onEntry() fixed
This commit is contained in:
parent
67cbdc7ba7
commit
71248fd666
@ -22,7 +22,7 @@ public class Wall extends Tile {
|
|||||||
if (sg == null) {
|
if (sg == null) {
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
sg.teleport(playerBase.facingDirection);
|
sg.teleport(playerBase);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user