/pvp command added

/pvp imperial or /pvp rebel to claim a faction for now. (will be removed
when NPCs in)
This commit is contained in:
Waverunner
2013-07-16 21:27:02 -04:00
parent 973d2a8464
commit 99a7314294
2 changed files with 29 additions and 0 deletions
+1
View File
@@ -109,6 +109,7 @@ public class SimulationService implements INetworkDispatch {
core.commandService.registerCommand("giveitem");
core.commandService.registerCommand("object");
core.commandService.registerCommand("getattributesbatch");
core.commandService.registerCommand("pvp");
}