1
0
mirror of https://github.com/Sokomine/cottages.git synced 2025-05-04 17:50:30 +02:00
2023-01-23 16:07:26 -08:00

6 lines
132 B
Lua

for module, settings in pairs(cottages.settings) do
if settings.enabled then
cottages.dofile("modules", module, "init")
end
end