mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
Moved travel terminal spawns to starport template script, refactored loading of server templates
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user