修复玩家模块的重大问题

This commit is contained in:
MrZ626
2021-05-07 02:37:28 +08:00
parent 6a335d9c31
commit 177edbf7d6
4 changed files with 19 additions and 28 deletions

View File

@@ -10,9 +10,9 @@ return{
},
load=function()
PLY.newPlayer(1)
PLAYERS[1].sid=netPLY.getSID(1)
PLAYERS[1].sid=netPLY.getSID(USER.uid)
for i=2,netPLY.getCount()do
PLY.newRemotePlayer(i,false,netPLY.getUID(i))
PLY.newRemotePlayer(i,false,netPLY.getPLY(i))
end
end,
}