More work on combat, added 2 obj Controller packets, added /setspeed, fixed object permissions

This commit is contained in:
Light2
2013-08-03 23:23:35 +02:00
parent 019e8a712b
commit 8c6d56bef3
14 changed files with 621 additions and 23 deletions
+1
View File
@@ -125,6 +125,7 @@ public class SimulationService implements INetworkDispatch {
core.commandService.registerCommand("setcurrentskilltitle");
core.commandService.registerCommand("tip");
core.commandService.registerCommand("faction");
core.commandService.registerCommand("setspeed");
}
public void add(SWGObject object, int x, int y) {