修改全局结构体变量USER的成员名

This commit is contained in:
MrZ626
2021-04-06 14:53:52 +08:00
parent 24e97e10c8
commit 202559211c
7 changed files with 19 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ return{
PLY.newPlayer(1)
local N=2
for i=1,#PLY_NET do
if PLY_NET[i].uid==USER.id then
if PLY_NET[i].uid==USER.uid then
PLAYERS[1].subID=PLY_NET[1].sid
else
PLY.newRemotePlayer(N,false,PLY_NET[i])