split spawn and popNext

This commit is contained in:
Imple Lee
2023-11-22 18:00:00 +08:00
parent 9c0dc60746
commit 4e606f4e91
2 changed files with 83 additions and 93 deletions

View File

@@ -430,7 +430,7 @@ function PLY.newDemoPlayer(id)
delay=6,
node=100000,
}
P:popNext()
P:spawn()
end
function PLY.newRemotePlayer(id,mini,p)
local P=_newEmptyPlayer(id,mini)