fix 'resume dead coroutine' for client

This commit is contained in:
MihailRis
2025-07-26 18:08:10 +03:00
parent aa3d1bb2e3
commit 47c97ccd46
3 changed files with 63 additions and 44 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ local function complete_app_lib(app)
app.set_setting = core.set_setting
app.tick = function()
coroutine.yield()
network.__pull_events()
network.__process_events()
end
app.get_version = core.get_version
app.get_setting_info = core.get_setting_info