[TASK] Added System.out debug

This commit is contained in:
Jeroen Ketelaar
2019-05-23 04:36:48 +02:00
parent fa39956ef0
commit 89316455ff
12 changed files with 36 additions and 22 deletions
@@ -22,5 +22,9 @@ public class DAnimation extends AbstractDebugger {
@Override
public void toggle() {
enabled = !enabled;
if (enabled) {
Players.getMyPlayer().getAnimation();
}
}
}