mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user