More fixes?
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user