new maintenance completed

This commit is contained in:
2024-05-27 21:00:53 -05:00
parent d93892df6c
commit 094a7a9498
@@ -172,8 +172,11 @@ public enum MaintenanceManager {
setMaintDateTime(tol, tol.maintDateTime.plusDays(1)); //failed to pay maintenance, set next date for tomorrow
if(tol.getRank() == 1)
destroyAllCityAssets(tol.getCity());
try {
tol.destroyOrDerank(null);
}catch(Exception e){
}
}
public static void destroyAllCityAssets(City city){
if(city == null)