修改浙江绍兴嵊州场景
This commit is contained in:
@@ -78,7 +78,7 @@ namespace Valheim
|
||||
// 鉴权
|
||||
GameManager.Ins.RequestAuth((req, response) =>
|
||||
{
|
||||
RequestAuthCount++;
|
||||
RequestAuthCount++;
|
||||
if (response == null)
|
||||
{
|
||||
Debug.Log("鉴权失败1");
|
||||
@@ -102,8 +102,8 @@ namespace Valheim
|
||||
PanelState.StateChangeBgm(1);
|
||||
return;
|
||||
}
|
||||
|
||||
if ( info.code==200)
|
||||
|
||||
if (info.code == 200)
|
||||
{
|
||||
Debug.Log("鉴权成功");
|
||||
_isAuth = true;
|
||||
@@ -112,7 +112,7 @@ namespace Valheim
|
||||
else if (MRNetworkManager.Ins.mode == NetworkManagerMode.ClientOnly)
|
||||
{
|
||||
WorldUIManager.Ins.Back();
|
||||
}
|
||||
}
|
||||
});
|
||||
}, 1);
|
||||
}
|
||||
@@ -124,6 +124,7 @@ namespace Valheim
|
||||
progressText.text = "0%";
|
||||
_progress = 0;
|
||||
_isAuth = false;
|
||||
//_isAuth = true;//修改为本地游戏
|
||||
float curWaitTime = 0;
|
||||
while (_progress<=90)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user