mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
Fixed debugging players
This commit is contained in:
@@ -13,7 +13,7 @@ public class DPlayers extends AbstractDebugger {
|
||||
@Override
|
||||
public void toggle() {
|
||||
for (Player player : Players.getNearest()){
|
||||
System.out.println("Username" + player.getName() + " Index: " + player.getIndex() + " Distance: " + player.distanceTo() + " Location: " + player.getLocation().toString());
|
||||
System.out.println("Username: " + player.getName() + " Index: " + player.getIndex() + " Distance: " + player.distanceTo() + " Location: " + player.getLocation().toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user