mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
add /groupdance command
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user