[CLEANUP] Code cleanup

This commit is contained in:
Emma Stone
2017-02-01 20:35:49 +00:00
parent e6b1767f3c
commit e00f1d8562
54 changed files with 143 additions and 126 deletions
@@ -23,7 +23,5 @@ public class DNpcs extends AbstractDebugger {
for (Npc n : Npcs.getNearest()) {
System.out.println("ID: " + n.getDef().getId() + " Distance: " + n.distanceTo() + " Location: " + n.getLocation().toString());
}
}
}