修复netPlayer模块的一些错误

This commit is contained in:
MrZ626
2021-05-13 00:49:25 +08:00
parent 64122b61fc
commit adbb888fe4
2 changed files with 14 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ return{
PLY.newPlayer(1)
PLAYERS[1].sid=netPLY.getSID(USER.uid)
for i=2,netPLY.getCount()do
PLY.newRemotePlayer(i,false,netPLY.getPLY(i))
PLY.newRemotePlayer(i,false,netPLY.rawgetPLY(i))
end
end,
}