mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-15 00:07:39 -04:00
Fixed unreachable code
This commit is contained in:
@@ -507,8 +507,6 @@ public class CommandService implements INetworkDispatch {
|
||||
commandLookup.add(combatCommand);
|
||||
return combatCommand;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public BaseSWGCommand registerCommand(String name) { return getCommandByName(name); }
|
||||
|
||||
Reference in New Issue
Block a user