mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
515 Compatibility (#19636)
* 515 compat * double spaces * Callback documentation, aa review * spacing * NAMEOF_STATIC * big beta
This commit is contained in:
@@ -50,7 +50,7 @@ GLOBAL_LIST_EMPTY(remote_signalers)
|
||||
return
|
||||
|
||||
cooldown = 2
|
||||
addtimer(CALLBACK(src, .proc/process_cooldown), 1 SECONDS)
|
||||
addtimer(CALLBACK(src, PROC_REF(process_cooldown)), 1 SECONDS)
|
||||
|
||||
signal()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user