Forgot something

This commit is contained in:
Treeku
2014-04-06 22:44:26 +01:00
parent d835bdb61c
commit 863176353d
+2
View File
@@ -204,6 +204,8 @@ public class CommandService implements INetworkDispatch {
} else {
processCommand(actor, target, command, actionCounter, commandArgs);
}
return true;
}
public void callCommand(SWGObject actor, String commandName, SWGObject target, String commandArgs) {