Everything else through the door (#19358)

This commit is contained in:
Vi3trice
2022-10-13 15:56:58 -04:00
committed by GitHub
parent 2410930b2b
commit 59dfdba201
134 changed files with 200 additions and 200 deletions
+2 -2
View File
@@ -102,7 +102,7 @@
var/a_computerid
var/a_ip
if(src.owner && istype(src.owner, /client))
if(src.owner && isclient(src.owner))
a_ckey = src.owner:ckey
a_computerid = src.owner:computer_id
a_ip = src.owner:address
@@ -405,7 +405,7 @@
to_chat(usr, "<span class='warning'>Database update failed due to multiple bans having the same ID. Contact the database admin.</span>")
return
if(!src.owner || !istype(src.owner, /client))
if(!src.owner || !isclient(src.owner))
return
var/unban_ckey = src.owner:ckey