Reorganized Static scripts

Static Spawn scripts now branched out in their planet's subfolder.
This commit is contained in:
Levarrishawk
2014-05-03 19:36:48 -04:00
parent 44678d8c18
commit 3f2a525636
14 changed files with 453 additions and 20 deletions
+1 -1
View File
@@ -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;
}