Fight removal bugfix

This commit is contained in:
KEriks 2021-11-19 08:39:30 +02:00
parent c9942cd565
commit bc09133f61

View File

@ -2345,7 +2345,7 @@ class _Citizen(
self.update_citizen_info() self.update_citizen_info()
self.update_companies() self.update_companies()
# Prevent messing up levelup with wam # Prevent messing up levelup with wam
if not (self.is_levelup_close and self.config.fight) or self.config.force_wam: if True:
regions: Dict[int, classes.Holding] = {} regions: Dict[int, classes.Holding] = {}
for holding in self.my_companies.holdings.values(): for holding in self.my_companies.holdings.values():
if holding.wam_count: if holding.wam_count: