Added player city persistence, fixed city bugs, fixed mail string attachment error

This commit is contained in:
Light2
2014-06-12 03:09:50 +02:00
parent c4b83a10cc
commit df82035f66
8 changed files with 69 additions and 32 deletions
+1
View File
@@ -165,6 +165,7 @@ public class ObjectService implements INetworkDispatch {
core.bazaarService.saveAllItems();
core.housingService.saveBuildings();
core.harvesterService.saveHarvesters();
core.playerCityService.saveAllCities();
core.closeODBs();
}
});