Fixed unreachable code

This commit is contained in:
Treeku
2014-04-07 18:56:28 +02:00
committed by CharonInferar
parent 144e483769
commit 4de1120376
-2
View File
@@ -507,8 +507,6 @@ public class CommandService implements INetworkDispatch {
commandLookup.add(combatCommand);
return combatCommand;
}
return null;
}
public BaseSWGCommand registerCommand(String name) { return getCommandByName(name); }