mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Everything else through the door (#19358)
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
var/client/C
|
||||
if(istext(whom))
|
||||
C = get_client_by_ckey(whom)
|
||||
else if(istype(whom,/client))
|
||||
else if(isclient(whom))
|
||||
C = whom
|
||||
|
||||
if(!C)
|
||||
|
||||
Reference in New Issue
Block a user