[MIRROR] Fixes checking if the client is a turf [MDB IGNORE] (#11784)

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

* Fixes checking if the client is a turf

Co-authored-by: adamsong <adamsong@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-02-28 18:12:31 +01:00
committed by GitHub
parent 9df36dea92
commit f47d2c57fa
@@ -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])