Always print should_fight message
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user