Always print should_fight message
This commit is contained in:
parent
daa071f0f5
commit
25e534f783
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user