add /groupdance command

This commit is contained in:
darkk1138
2013-12-08 17:25:04 +01:00
parent ba858e2c28
commit 6471d7e118
5 changed files with 43 additions and 7 deletions
-1
View File
@@ -131,7 +131,6 @@ public class CommandService implements INetworkDispatch {
}
//FIXME: CRC could just be generated as well.
public void registerAlias(String name, String target) {
Vector<BaseSWGCommand> commands = new Vector<BaseSWGCommand>(commandLookup); // copy for thread safety
BaseSWGCommand targetCommand = null;