From 7e073b16ec0ccd207a123fc4452209d369d0db58 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Sat, 17 May 2025 20:23:32 +0100 Subject: [PATCH] Update starter.lua --- starter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starter.lua b/starter.lua index dd84aea..b0616e1 100644 --- a/starter.lua +++ b/starter.lua @@ -118,7 +118,7 @@ for _, v in pairs({ -- This is a specific load order '_eventDebug.lua', 'callback.lua', - 'coreloader.lua', -- needs to be second to load all core related stuff before everything else + 'coreloader.lua', 'duifunctions.lua',