Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-19 07:45:49 +00:00

AI inspired fixes

This commit is contained in:
bol-van
2026-01-17 10:01:26 +03:00
parent 97cd8cebca
commit 0446b1493b
2 changed files with 3 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ function automate_host_record(desync)
end
-- per-connection storage
function automate_conn_record(desync)
if not desync.track then return nil end
if not desync.track.lua_state.automate then
desync.track.lua_state.automate = {}
end