Merge pull request #103 from Parabot/PBLord-mapfix

Pb lord mapfix
This commit is contained in:
Jeroen Ketelaar
2019-04-12 14:41:18 -05:00
committed by GitHub
@@ -26,5 +26,7 @@ public class DMap extends AbstractDebugger {
@Override
public void toggle() {
enabled = !enabled;
System.out.println("Location: " + Players.getMyPlayer().getLocation());
System.out.println("Plane: " + Game.getPlane());
}
}