GMs can now get the accountId of the target (getplayerid)

This commit is contained in:
Waverunner
2014-04-06 17:42:08 -04:00
parent 87db82f6fa
commit 494bd4a8ad
3 changed files with 33 additions and 18 deletions
+1
View File
@@ -168,6 +168,7 @@ public class SimulationService implements INetworkDispatch {
core.commandService.registerCommand("eject");
core.commandService.registerGmCommand("broadcast");
core.commandService.registerGmCommand("teleporttarget");
core.commandService.registerGmCommand("getplayerid");
core.commandService.registerCommand("npcconversationselect");
core.commandService.registerCommand("npcconversationstop");