1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:29:26 +08:00

Fix: may result in nested call; entering port twice unnecessarily

This commit is contained in:
nEEtdo0d
2022-02-18 15:41:37 -05:00
parent b07d5f2d97
commit f65226d92f

View File

@@ -111,8 +111,6 @@ class OSGlobe(OSMap):
if hasattr(self, 'zone'):
del self.zone
self.zone_init()
# Fleet repairs before starting if needed
self.handle_fleet_repair(revert=False)
# self.map_init()
return True