Enable effect sync.

This commit is contained in:
IQuant 2024-08-19 22:36:26 +03:00
parent 7b211c2360
commit e8b31d0dd4

View file

@ -91,6 +91,7 @@ local function load_modules()
ctx.load_system("player_ping")
ctx.load_system("extra_genomes")
ctx.load_system("amulet_sync")
ctx.load_system("game_effect_sync")
-- ctx.load_system("effect_data_sync")
end