Split jumptomob() into do_jumptomob()

This commit is contained in:
Aronai Sieyes
2021-07-05 02:15:05 -04:00
parent 6f681e7786
commit 0bb470e862
2 changed files with 23 additions and 16 deletions
+1 -1
View File
@@ -1278,7 +1278,7 @@
var/client/C = usr.client
if(!isobserver(usr)) C.admin_ghost()
sleep(2)
C.jumptomob(M)
C.do_jumptomob(M)
else if(href_list["adminplayerobservefollow"])
if(!check_rights(R_MOD|R_ADMIN|R_SERVER)) //VOREStation Edit