mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
var/list/whitelist_keys=new()
|
|
proc/is_whitelisted(var/keychk)
|
|
keychk=ckey(keychk)
|
|
if(whitelist_keys.Find(keychk))
|
|
return 1
|
|
return 0 |