Groups are working now

This commit is contained in:
Light2
2013-08-25 17:44:44 +02:00
parent 341b9519bf
commit 7025811b9b
14 changed files with 165 additions and 10 deletions
+1
View File
@@ -79,6 +79,7 @@ public class CommandService implements INetworkDispatch {
BaseSWGCommand command = getCommandByCRC(commandEnqueue.getCommandCRC());
if(command == null) {
//System.out.println("Unknown Command CRC: " + commandEnqueue.getCommandCRC());
return;
}