mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
fixed friend list deltas
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user