Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
imezx committed Jan 30, 2024
1 parent 8ef267e commit 996f7bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Index/Server/ServerProcess.luau
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 996f7bf

Please sign in to comment.