mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +01:00
Remove unnecessary console log
This commit is contained in:
parent
ab1e1a1aed
commit
4389d7e18f
@ -118,7 +118,6 @@ public class RoomUserWalkEvent extends MessageHandler {
|
||||
// This is where we set the end location and begin finding a path
|
||||
if (tile.isWalkable() || room.canSitOrLayAt(tile.x, tile.y)) {
|
||||
if (roomUnit.getMoveBlockingTask() != null) roomUnit.getMoveBlockingTask().get();
|
||||
System.out.println(roomUnit.getMoveBlockingTask());
|
||||
|
||||
roomUnit.setGoalLocation(tile);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user