修改
This commit is contained in:
@@ -430,7 +430,7 @@ namespace ChillConnect
|
||||
//is debug test--------
|
||||
|
||||
|
||||
// return true;//zhushi
|
||||
// return true;//zhushi
|
||||
return false;//zhushi
|
||||
return GetLoginModel().IsMagic;
|
||||
}
|
||||
@@ -1327,8 +1327,8 @@ namespace ChillConnect
|
||||
|
||||
public static void IsShowFirstReward()
|
||||
{
|
||||
// if (!GameHelper.IsGiftSwitch())
|
||||
return;
|
||||
// if (!GameHelper.IsGiftSwitch())
|
||||
return;
|
||||
var isGet = SaveData.GetSaveObject().IsGetFirstReward;
|
||||
if (loginModel.NewPlayer || !isGet)
|
||||
{
|
||||
@@ -1589,7 +1589,7 @@ namespace ChillConnect
|
||||
}
|
||||
public static bool isRDExchangeMode()
|
||||
{
|
||||
return true; //zhushi
|
||||
return true; //zhushi
|
||||
return SaveData.GetSaveObject().ExchangeModeToggle == 1;
|
||||
}
|
||||
private static HashSet<string> generatedKeys = new HashSet<string>();
|
||||
@@ -1740,7 +1740,7 @@ namespace ChillConnect
|
||||
public static void ShowTurnOffReward()
|
||||
{
|
||||
Debug.Log("chansghidakai");
|
||||
if (!UIManager.Instance.IsExistUI(UIConst.GoldRewardUI))
|
||||
if (!UIManager.Instance.IsExistUI(UIConst.GoldRewardUI) && GameHelper.IsGiftSwitch())
|
||||
{
|
||||
if (IsTemporaryEnd)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user