Always print should_fight message

This commit is contained in:
Eriks Karls 2019-10-08 09:32:00 +03:00
parent daa071f0f5
commit 25e534f783

View File

@ -1425,7 +1425,6 @@ class Citizen(classes.CitizenAPI):
max_count, count)
count = count if max_count > count else max_count
if not silent:
self.write_log(log_msg, False)
return count if count > 0 else 0