Recommitted changes

This commit is contained in:
Treeku
2014-05-04 20:10:33 +01:00
parent 41498ca611
commit 792257e70f
11 changed files with 46 additions and 21 deletions
+2 -2
View File
@@ -87,7 +87,7 @@ public class StaticService implements INetworkDispatch {
}
if (FileUtilities.doesFileExist("scripts/static_spawns/" + planet.getName() + ".py")) {
core.scriptService.callScript("scripts/static_spawns/", planet.getName(), "addPlanetSpawns", core, planet);
//core.scriptService.callScript("scripts/static_spawns/", planet.getName(), "addPlanetSpawns", core, planet);
}
System.out.println("Loaded static objects for " + planet.getName());
@@ -168,7 +168,7 @@ public class StaticService implements INetworkDispatch {
}
} else {
if (cell == null) {
System.err.println("StaticService: Cell not found");
System.err.println("StaticService: Cell not found for: " + template);
return object;
}