Fixes checking if the client is a turf (#65166)

This commit is contained in:
adamsong
2022-02-27 23:45:10 -05:00
committed by GitHub
parent caee632f62
commit dbbbf547ad
@@ -44,8 +44,8 @@
if(check_rights(R_DEBUG))
if(href_list[VV_HK_DELETE])
usr.client.admin_delete(target)
if (isturf(src)) // show the turf that took its place
usr.client.debug_variables(src)
if (isturf(target)) // show the turf that took its place
usr.client.debug_variables(target)
return
if(href_list[VV_HK_MARK])