mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-18 09:24:39 +01:00
Fix UI Shader
This commit is contained in:
@@ -485,7 +485,7 @@ namespace MoleMole
|
||||
_redeemCode = base.view.transform.Find("AccountPanel/Award/InputField/Text").GetComponent<Text>().text;
|
||||
if (_redeemCode.Length != 10)
|
||||
{
|
||||
string networkErrCodeOutput = LocalizationGeneralLogic.GetNetworkErrCodeOutput((object)(Retcode)2);
|
||||
string networkErrCodeOutput = LocalizationGeneralLogic.GetNetworkErrCodeOutput((object)(GetRedeemCodeInfoRsp.Retcode)2);
|
||||
Singleton<MainUIManager>.Instance.ShowDialog(new RedeemDialogContext(_redeemCode, RedeemDialogContext.RedeemStatus.Error, null, networkErrCodeOutput));
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user