chore(server): bugfix mismatch on flushing player_bytes

This commit is contained in:
khtsly 2026-04-09 00:15:05 +07:00
parent 13674fd8b0
commit 050969ab5b

View file

@ -292,7 +292,7 @@ if RunService:IsServer() then
UnreliableEvent:FireClient(player, buf, ref)
end
end
table.clear(player_bytes)
player_bytes[player] = 0
table.clear(queueUnreliableEvent[player])
end
end)