fixed friend list deltas

This commit is contained in:
Light2
2013-08-24 17:05:18 +02:00
parent b2354a18fd
commit 341b9519bf
5 changed files with 19 additions and 5 deletions
+2 -1
View File
@@ -78,8 +78,9 @@ public class CommandService implements INetworkDispatch {
BaseSWGCommand command = getCommandByCRC(commandEnqueue.getCommandCRC());
if(command == null)
if(command == null) {
return;
}
// TODO: command filters for state, posture etc.