We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6425783 commit ab20979Copy full SHA for ab20979
1 file changed
SRC/Utils/init.nut
@@ -15,4 +15,6 @@ IncludeScript("PCapture-LIB/SRC/Utils/portals")
15
IncludeScript("PCapture-LIB/SRC/Utils/macros")
16
IncludeScript("PCapture-LIB/SRC/Utils/const")
17
IncludeScript("PCapture-LIB/SRC/Utils/player_hooks")
18
-ScheduleEvent.Add("global", IncludeScript, 1, ["PCapture-LIB/SRC/Utils/console_commands"])
+ScheduleEvent.Add("global", function() {
19
+ IncludeScript("PCapture-LIB/SRC/Utils/console_commands")
20
+}, 1, null, this)
0 commit comments