This commit is contained in:
EternityDev 2024-01-30 20:14:29 +07:00
parent 8ef267ed55
commit 996f7bf814

View file

@ -154,8 +154,7 @@ function ServerProcess.start()
end
for Identifier: string, players in serverQueue do
for player: Player, data in players do
if #data > 0 then
if not queueOut[player] then continue end
if #data > 0 and queueOut[player] then
queueOut[player][Identifier] = table.clone(data)
table.clear(data)
end