mirror of
https://github.com/Sokomine/cottages.git
synced 2025-07-04 17:10:23 +02:00
refactor, cleanup, API, bugfixes (#1)
This commit is contained in:
5
modules/init.lua
Normal file
5
modules/init.lua
Normal file
@ -0,0 +1,5 @@
|
||||
for module, settings in pairs(cottages.settings) do
|
||||
if settings.enabled then
|
||||
cottages.dofile("modules", module, "init")
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user