refact: change the order of core load

This commit is contained in:
Linventif 2025-04-23 19:19:12 +00:00
parent baadebd517
commit 0a391e022d

View File

@ -70,6 +70,8 @@ print(" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ")
print(" ")
loadFile("gmod_integration", "sv_config.lua")
loadFolder("gmod_integration/languages")
loadFolder("gmod_integration/core/utils")
loadFolder("gmod_integration/core/ui")
loadFolder("gmod_integration/core")
loadFolder("gmod_integration/modules")
loadFolder("gmod_integration")