mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Everything else through the door (#19358)
This commit is contained in:
@@ -315,7 +315,7 @@ var/to_chat_src
|
||||
message = replacetext(message, "\proper", "")
|
||||
|
||||
var/client/C
|
||||
if(istype(target, /client))
|
||||
if(isclient(target))
|
||||
C = target
|
||||
if(ismob(target))
|
||||
C = target:client
|
||||
|
||||
Reference in New Issue
Block a user