mirror of
https://github.com/gmod-integration/lua.git
synced 2025-06-15 05:43:58 +00:00
refact: change the order of core load
This commit is contained in:
parent
baadebd517
commit
0a391e022d
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user