mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-28 14:36:23 +01:00
EMERGENCY HREF exploit fix.
Impressive chaos, but its time is over. Signed-off-by: Mloc <colmohici@gmail.com>
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
|
||||
if(href_list["remove"])
|
||||
var/obj/item/P = locate(href_list["remove"])
|
||||
if(P)
|
||||
if(P && P.loc == src)
|
||||
P.loc = usr.loc
|
||||
usr.put_in_hands(P)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user