Bug command

This commit is contained in:
kaenganxt
2014-11-20 20:06:09 +01:00
parent cb1ece4781
commit 1d8feb7bf8
3 changed files with 20 additions and 9 deletions

View File

@@ -215,6 +215,7 @@ public class Setup {
Core.getMainClass().getCommand("addAimTWWin").setExecutor(oc);
Core.getMainClass().getCommand("toggleboat").setExecutor(pc);
Core.getMainClass().getCommand("toggleboatflight").setExecutor(tc);
Core.getMainClass().getCommand("bug").setExecutor(pc);
}
private static void setupInventories() {