From bc09133f6102efb23d55fb24456b10c50c4562ce Mon Sep 17 00:00:00 2001 From: KEriks Date: Fri, 19 Nov 2021 08:39:30 +0200 Subject: [PATCH] Fight removal bugfix --- erepublik/citizen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erepublik/citizen.py b/erepublik/citizen.py index 8b3ae9c..03d7e36 100644 --- a/erepublik/citizen.py +++ b/erepublik/citizen.py @@ -2345,7 +2345,7 @@ class _Citizen( self.update_citizen_info() self.update_companies() # 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] = {} for holding in self.my_companies.holdings.values(): if holding.wam_count: