Merge branch 'master' of github.com:eeriks/erepublik
This commit is contained in:
commit
490809045d
@ -4,7 +4,7 @@
|
||||
|
||||
__author__ = """Eriks Karls"""
|
||||
__email__ = "eriks@72.lv"
|
||||
__version__ = "0.28.0.2"
|
||||
__version__ = "0.28.0.3"
|
||||
|
||||
from erepublik.citizen import Citizen
|
||||
|
||||
|
@ -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:
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.28.0.2
|
||||
current_version = 0.28.0.3
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\.?(?P<dev>\d+)?
|
||||
|
Loading…
x
Reference in New Issue
Block a user