mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Fixes some stealth mode bypasses (#18725)
* Fixes some stealth mode bypasses * damn
This commit is contained in:
@@ -89,6 +89,9 @@
|
||||
var/missing_ages = 0
|
||||
var/msg = ""
|
||||
for(var/client/C in GLOB.clients)
|
||||
if(C?.holder?.fakekey && !check_rights(R_ADMIN, FALSE))
|
||||
continue // Skip those in stealth mode if an admin isnt viewing the panel
|
||||
|
||||
if(C.player_age == "Requires database")
|
||||
missing_ages = 1
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user