本地玩家和远程玩家使用同一个draw函数,本地玩家也会显示用户名

This commit is contained in:
MrZ626
2021-05-13 14:48:17 +08:00
parent 70408e4a2e
commit f293f043d5
3 changed files with 24 additions and 163 deletions

View File

@@ -26,7 +26,6 @@ scene.widgetList={
NET.wsclose_play()
NET.wsclose_user()
USER.uid=false
USER.username=false
USER.authToken=false
FILE.save(USER,'conf/user','q')
SCN.back()