修改全局结构体变量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

@@ -408,7 +408,7 @@ function PLY.newPlayer(id,mini)
P.type="human"
P.sound=true
P.userID=USER.id
P.userID=USER.uid
P.subID=-1
loadGameEnv(P)