Fix sharedstate.commit()

This commit is contained in:
NullBite 2023-06-24 23:24:45 -04:00
parent bf1b2d4f7c
commit 083d8319eb
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -207,10 +207,9 @@ function sharedstate.commit()
-- }
-- send_queue[key]=t
-- end
pings.sharedstate_unpack(state_queue)
state_queue={}
pings.sharedstate_recv_table(state_queue)
sharedstate.clear()
end
--- Clear a value from the shared state queue