Merge pull request #32130 from Cyberboss/call_security

[s] Makes ImmediateInvokeAsync a world proc
This commit is contained in:
oranges
2017-10-28 11:33:33 +13:00
committed by CitadelStationBot
parent 0a32eb3162
commit f6a00d4a38
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@
if (length(args) > 2)
arguments = args.Copy(3)
/proc/ImmediateInvokeAsync(thingtocall, proctocall, ...)
/world/proc/ImmediateInvokeAsync(thingtocall, proctocall, ...)
set waitfor = FALSE
if (!thingtocall)