|
|
@@ -161,7 +161,7 @@ public class UserPlayer : JCEntity
|
|
|
// LoginMgr.myUserInfo.SaveGuideFinish(0);
|
|
|
//}
|
|
|
if (SceneManager.GetActiveScene().name.Equals("Home")) {
|
|
|
- if (LoginMgr.myUserInfo.nickname == "test10086") InitLogReporter();
|
|
|
+ if (LoginMgr.myUserInfo.nickname == "test10086" || CommonConfig.StandaloneMode) InitLogReporter();
|
|
|
}
|
|
|
if (SceneManager.GetActiveScene().name.Equals("Home") && !CommonConfig.StandaloneMode) {
|
|
|
System.Action eOnAgree = () => {
|