Moved travel terminal spawns to starport template script, refactored loading of server templates

This commit is contained in:
Light2
2013-09-14 23:58:35 +02:00
parent aee55c457b
commit 73fa4ec5b2
10 changed files with 57 additions and 58 deletions
+1 -1
View File
@@ -198,6 +198,7 @@ public class NGECore {
zoneServer = new MINAServer(zoneDispatch, config.getInt("ZONE.PORT"));
zoneServer.start();
staticService = new StaticService(this);
// Planets
terrainService.addPlanet(1, "tatooine", "terrain/tatooine.trn", true);
@@ -219,7 +220,6 @@ public class NGECore {
zoneDispatch.addService(simulationService);
// Static Spawns
staticService = new StaticService(this);
staticService.spawnStatics();