Waypoint color can be changed now, added missing starports to planet map, player flags now work

This commit is contained in:
Waverunner
2013-12-15 13:14:36 -05:00
parent 67bd59da7d
commit 6fc258a8f8
15 changed files with 194 additions and 39 deletions
+5
View File
@@ -149,6 +149,11 @@ public class SimulationService implements INetworkDispatch {
core.commandService.registerCommand("requestwaypointatposition");
core.commandService.registerCommand("meditate");
core.commandService.registerGmCommand("server");
core.commandService.registerCommand("toggleawayfromkeyboard");
core.commandService.registerCommand("lfg");
core.commandService.registerCommand("newbiehelper");
core.commandService.registerCommand("roleplay");
core.commandService.registerAlias("afk", "toggleawayfromkeyboard");
}