"远程玩家"进入可用测试阶段

This commit is contained in:
MrZ626
2020-12-11 22:43:07 +08:00
parent e976fbb623
commit 25b76e3b86
3 changed files with 29 additions and 3 deletions

View File

@@ -346,6 +346,9 @@ end
function PLY.newRemotePlayer(id,mini)
local P=newEmptyPlayer(id,mini)
P.type="remote"
P.update=PLY.update.remote_alive
P.stream={}
P.streamProgress=1
loadGameEnv(P)
applyGameEnv(P)