mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
[FIX] Naming
Fixed naming inline with comments, Matched name for paint and added plane
This commit is contained in:
@@ -26,7 +26,7 @@ public class DMap extends AbstractDebugger {
|
|||||||
@Override
|
@Override
|
||||||
public void toggle() {
|
public void toggle() {
|
||||||
enabled = !enabled;
|
enabled = !enabled;
|
||||||
System.out.println("Players location: " + Players.getMyPlayer().getLocation());
|
System.out.println("Location: " + Players.getMyPlayer().getLocation());
|
||||||
|
System.out.println("Plane: " + Game.getPlane());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user