Skip to content

Commit ab20979

Browse files
committed
hot-fix including console_commands
1 parent 6425783 commit ab20979

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

SRC/Utils/init.nut

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ IncludeScript("PCapture-LIB/SRC/Utils/portals")
1515
IncludeScript("PCapture-LIB/SRC/Utils/macros")
1616
IncludeScript("PCapture-LIB/SRC/Utils/const")
1717
IncludeScript("PCapture-LIB/SRC/Utils/player_hooks")
18-
ScheduleEvent.Add("global", IncludeScript, 1, ["PCapture-LIB/SRC/Utils/console_commands"])
18+
ScheduleEvent.Add("global", function() {
19+
IncludeScript("PCapture-LIB/SRC/Utils/console_commands")
20+
}, 1, null, this)

0 commit comments

Comments
 (0)