Always print should_fight message
This commit is contained in:
parent
daa071f0f5
commit
25e534f783
@ -1425,8 +1425,7 @@ class Citizen(classes.CitizenAPI):
|
|||||||
max_count, count)
|
max_count, count)
|
||||||
count = count if max_count > count else max_count
|
count = count if max_count > count else max_count
|
||||||
|
|
||||||
if not silent:
|
self.write_log(log_msg, False)
|
||||||
self.write_log(log_msg, False)
|
|
||||||
|
|
||||||
return count if count > 0 else 0
|
return count if count > 0 else 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user