Fixes admin co-ord jump

This commit is contained in:
Kyep
2019-01-26 18:40:53 -08:00
parent 35364207ba
commit 69b902503e
+3
View File
@@ -71,6 +71,9 @@
var/turf/T = locate(tx, ty, tz)
if(T)
admin_forcemove(usr, T)
if(isobserver(usr))
var/mob/dead/observer/O = usr
O.ManualFollow(T)
feedback_add_details("admin_verb","JC") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
if(!isobserver(usr))
message_admins("[key_name_admin(usr)] jumped to coordinates [tx], [ty], [tz]")