mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[READY]Makes addtimer use callbacks (#22660)
* Makes addtimer use callbacks * I broke the comment * I fucked up the regex * this was a silly idea.
This commit is contained in:
committed by
oranges
parent
fd337f0741
commit
bee4b132a3
@@ -57,7 +57,7 @@
|
||||
|
||||
/datum/callback/proc/Invoke(...)
|
||||
if (!object)
|
||||
CRASH("Cannot call null.[delegate]")
|
||||
return
|
||||
|
||||
var/list/calling_arguments = arguments
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
/datum/callback/proc/InvokeAsync(...)
|
||||
set waitfor = 0
|
||||
if (!object)
|
||||
CRASH("Cannot call null.[delegate]")
|
||||
return
|
||||
|
||||
var/list/calling_arguments = arguments
|
||||
|
||||
|
||||
Reference in New Issue
Block a user