mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
515 Compatibility (#19636)
* 515 compat * double spaces * Callback documentation, aa review * spacing * NAMEOF_STATIC * big beta
This commit is contained in:
@@ -320,7 +320,7 @@
|
||||
|
||||
user.drop_item()
|
||||
I.forceMove(src)
|
||||
RegisterSignal(I, COMSIG_PARENT_QDELETING, .proc/clear_stored_item) //ensure proper GC'ing
|
||||
RegisterSignal(I, COMSIG_PARENT_QDELETING, PROC_REF(clear_stored_item)) //ensure proper GC'ing
|
||||
store = I
|
||||
to_chat(user, "<span class='notice'>You hide [I] in [name].</span>")
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user