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

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