mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 15:10:03 +00:00
Merge branch 'master' of https://github.com/imezx/Warp
This commit is contained in:
commit
8ef267ed55
2 changed files with 3 additions and 6 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -5,10 +5,6 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: pages
|
|
||||||
cancel-in-progress: false
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
name: Build & Deploy
|
name: Build & Deploy
|
||||||
|
|
|
@ -155,6 +155,7 @@ function ServerProcess.start()
|
||||||
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 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