Owner set to null

This commit is contained in:
2024-08-25 15:28:12 -04:00
parent eff44c334d
commit d304d0706c
@@ -143,6 +143,8 @@ public class DestroyCityThread implements Runnable {
city.realm = null; city.realm = null;
} }
city.getTOL().setOwner(null);
// It's now safe to delete the city zone from the database // It's now safe to delete the city zone from the database
// which will cause a cascade delete of everything else // which will cause a cascade delete of everything else