mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
Update IsBanned.dm
This commit is contained in:
committed by
GitHub
parent
799d45af99
commit
050554dda6
@@ -61,7 +61,7 @@
|
|||||||
hard_popcap = 0
|
hard_popcap = 0
|
||||||
popcap_value = GLOB.clients.len
|
popcap_value = GLOB.clients.len
|
||||||
|
|
||||||
if(popcap_value >= extreme_popcap && (!hard_popcap || living_player_count() >= hard_popcap) && !joined_player_list.Find(ckey))
|
if(popcap_value >= extreme_popcap && (!hard_popcap || living_player_count() >= hard_popcap) && !GLOB.joined_player_list.Find(ckey))
|
||||||
log_access("Failed Login: [key] - Population cap reached")
|
log_access("Failed Login: [key] - Population cap reached")
|
||||||
return list("reason"="popcap", "desc"= "\nReason: [CONFIG_GET(string/extreme_popcap_message)]")
|
return list("reason"="popcap", "desc"= "\nReason: [CONFIG_GET(string/extreme_popcap_message)]")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user