mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 07:00: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
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -5,10 +5,6 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
concurrency:
|
||||
group: pages
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
name: Build & Deploy
|
||||
|
@ -44,4 +40,4 @@ jobs:
|
|||
path: docs/.vitepress/dist
|
||||
- name: Deploy
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@v2
|
||||
|
|
|
@ -155,6 +155,7 @@ function ServerProcess.start()
|
|||
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
|
||||
queueOut[player][Identifier] = table.clone(data)
|
||||
table.clear(data)
|
||||
end
|
||||
|
@ -256,4 +257,4 @@ for _, player: Player in ipairs(Players:GetPlayers()) do
|
|||
task.spawn(initializeEachPlayer, player)
|
||||
end
|
||||
|
||||
return ServerProcess
|
||||
return ServerProcess
|
||||
|
|
Loading…
Reference in a new issue