Added STAO baseline packets

This commit is contained in:
Light2
2013-09-16 16:59:26 +02:00
parent ae45334f16
commit b47dc8c89c
3 changed files with 88 additions and 4 deletions
-1
View File
@@ -101,7 +101,6 @@ public class CommandService implements INetworkDispatch {
return;
}
System.out.println(command.getCommandName());
core.scriptService.callScript("scripts/commands/", command.getCommandName(), "run", core, actor, target, commandEnqueue.getCommandArguments());
}