You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just skimmed trough the code so I might be wrong, but I would try deleting condition and not self.def_man.under_attack on line 440 of game/village.py
if (
self.get_config(section="farms", parameter="farm", default=False)
andnotself.def_man.under_attack#Delete this
):
Anyone know how to disable this? my village is under fake attacks and bot stop farming because of this, but no where is the option to disable this.
The text was updated successfully, but these errors were encountered: