add state netvars

This commit is contained in:
Not
2022-10-07 17:16:37 +02:00
parent 5d59f6c6fc
commit 7bd8a13b14
2 changed files with 9 additions and 7 deletions

View File

@ -492,5 +492,6 @@ local function netvars(net)
prefMode = net($)
scrollPos = net($)
MapRecords = net($)
ModeSep = net($)
end
addHook("NetVars", netvars)