mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-02 16:49:09 +00:00
[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:
@@ -26,5 +26,7 @@ public class DMap extends AbstractDebugger {
|
||||
@Override
|
||||
public void toggle() {
|
||||
enabled = !enabled;
|
||||
System.out.println("Players location: " + Players.getMyPlayer().getLocation());
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user