mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Reworked script service, added cloning terminals to all cloning facilities
This commit is contained in:
@@ -58,7 +58,7 @@ public class StaticService implements INetworkDispatch {
|
||||
|
||||
public void spawnPlanetStaticObjs(String planet) {
|
||||
Planet planetObj = (Planet) core.terrainService.getPlanetByName(planet);
|
||||
core.scriptService.callScript("scripts/static_spawns", "addPlanetSpawns", planetObj.getName(), core, planetObj);
|
||||
core.scriptService.callScript("scripts/static_spawns/", "addPlanetSpawns", planetObj.getName(), core, planetObj);
|
||||
System.out.println("Loaded static objs for " + planetObj.getName());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user