mirror of
https://github.com/imezx/Warp.git
synced 2026-05-13 14:24:13 +00:00
chore(server): bugfix mismatch on flushing player_bytes
This commit is contained in:
parent
13674fd8b0
commit
050969ab5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue