More fixes?

This commit is contained in:
keronshb
2021-09-15 18:52:24 -04:00
parent 5bed02e36e
commit f2b7dba990
9 changed files with 14 additions and 10 deletions
@@ -43,7 +43,7 @@
if (!M.client) // Are they connected?
trimmed_list.Remove(M)
continue
if(M.client.check_age(minimum_required_age) > 0)
if(!mode.check_age(M.client, minimum_required_age))
trimmed_list.Remove(M)
continue
if(antag_flag_override)