经验数据同步,更名逻辑上传
This commit is contained in:
@@ -191,7 +191,7 @@ namespace TcgEngine.UI
|
||||
error_msg.text = "";
|
||||
test_area.SetActive(Authenticator.Get().IsTest());
|
||||
|
||||
string user = PlayerPrefs.GetString("tcg_last_user", "");
|
||||
string user = PlayerPrefs.GetString("tcg_last_user");
|
||||
login_user.text = user;
|
||||
|
||||
if (Authenticator.Get().IsTest())
|
||||
|
||||
Reference in New Issue
Block a user