Terminal now displays TravelPoints correctly

Can only view the points from Mos Eisley starport travel terminal,
Purchase Ticket will not work as command not implemented.
This commit is contained in:
Waverunner
2013-10-28 15:23:10 -04:00
parent 2555c469e9
commit aad1ec856c
3 changed files with 46 additions and 44 deletions
+2
View File
@@ -221,6 +221,8 @@ public class NGECore {
terrainService.addPlanet(8, "yavin4", "terrain/yavin4.trn", true);
terrainService.addPlanet(9, "endor", "terrain/endor.trn", true);
terrainService.addPlanet(10, "dathomir", "terrain/dathomir.trn", true);
terrainService.addPlanet(11, "mustafar", "terrain/mustafar.trn", true);
terrainService.addPlanet(12, "kashyyyk_main", "terrain/kashyyyk_main.trn", true);
terrainService.loadSnapShotObjects();
// Zone services that need to be loaded after the above