Streaming event sync.

This commit is contained in:
IQuant 2024-10-02 20:42:56 +03:00
parent 490becbea5
commit a7cb7760df
3 changed files with 44 additions and 0 deletions

View file

@ -105,6 +105,7 @@ local function load_modules()
if ctx.proxy_opt.randomize_perks then
ctx.load_system("randomize_perks")
end
ctx.load_system("streaming_sync")
end
local function is_suitable_target(entity)