[BUGFIX] Map Location

Prints players location/map location in CMD, Reason for this is when coding on mac you don't have to turn disable dialog on and off saving a lot of time for mac users
This commit is contained in:
George Farrell
2019-04-09 20:41:23 +01:00
committed by GitHub
parent 0c313feca7
commit 4edcc85367
@@ -26,5 +26,7 @@ public class DMap extends AbstractDebugger {
@Override
public void toggle() {
enabled = !enabled;
System.out.println("Players location: " + Players.getMyPlayer().getLocation());
}
}