Added Waypoints

This commit is contained in:
Waverunner
2013-08-04 14:56:22 -04:00
parent 8c6d56bef3
commit cbe337c09c
7 changed files with 266 additions and 3 deletions
+3
View File
@@ -126,6 +126,9 @@ public class SimulationService implements INetworkDispatch {
core.commandService.registerCommand("tip");
core.commandService.registerCommand("faction");
core.commandService.registerCommand("setspeed");
core.commandService.registerCommand("waypoint");
core.commandService.registerCommand("setwaypointactivestatus");
core.commandService.registerCommand("setwaypointname");
}
public void add(SWGObject object, int x, int y) {