mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
515 Compatibility (#19636)
* 515 compat * double spaces * Callback documentation, aa review * spacing * NAMEOF_STATIC * big beta
This commit is contained in:
@@ -317,7 +317,7 @@
|
||||
to_chat(usr, "<span class='warning'>You are already hacking that door!</span>")
|
||||
else
|
||||
hacking = TRUE
|
||||
INVOKE_ASYNC(src, .proc/hackloop)
|
||||
INVOKE_ASYNC(src, PROC_REF(hackloop))
|
||||
if("cancel")
|
||||
hackdoor = null
|
||||
if("cable")
|
||||
|
||||
Reference in New Issue
Block a user