mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 07:00:03 +00:00
v1.0.4
This commit is contained in:
parent
8ef267ed55
commit
996f7bf814
1 changed files with 1 additions and 2 deletions
|
@ -154,8 +154,7 @@ function ServerProcess.start()
|
||||||
end
|
end
|
||||||
for Identifier: string, players in serverQueue do
|
for Identifier: string, players in serverQueue do
|
||||||
for player: Player, data in players do
|
for player: Player, data in players do
|
||||||
if #data > 0 then
|
if #data > 0 and queueOut[player] then
|
||||||
if not queueOut[player] then continue end
|
|
||||||
queueOut[player][Identifier] = table.clone(data)
|
queueOut[player][Identifier] = table.clone(data)
|
||||||
table.clear(data)
|
table.clear(data)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue