Fixed syntax err with previous commit

This commit is contained in:
Treeku
2014-05-16 11:57:27 +01:00
parent 721ed17050
commit 84af262129
+1 -1
View File
@@ -115,7 +115,7 @@ public class StaticService implements INetworkDispatch {
if (cellId != 0 && cell == null) {
System.err.println("CellId invalid for template " + template);
return;
return null;
}
if (cell != null && cell.getContainer() != null && cell.getContainer() instanceof BuildingObject) {