Weather sync

This commit is contained in:
IQuant 2024-06-07 22:07:56 +03:00
parent f6c98f0682
commit 74746a2ad6
2 changed files with 42 additions and 0 deletions

View file

@ -42,6 +42,7 @@ local function load_modules()
ctx.dofile_and_add_hooks("mods/quant.ew/files/src/system/nickname.lua")
ctx.dofile_and_add_hooks("mods/quant.ew/files/src/system/debug.lua")
ctx.dofile_and_add_hooks("mods/quant.ew/files/src/system/fungal_shift/sync.lua")
ctx.dofile_and_add_hooks("mods/quant.ew/files/src/system/weather_sync.lua")
if ctx.proxy_opt.world_sync_version == "1" then
ctx.dofile_and_add_hooks("mods/quant.ew/files/src/system/world_sync_v1.lua")