提交
This commit is contained in:
@@ -49,7 +49,7 @@ namespace BingoBrain.Core
|
|||||||
|
|
||||||
public static void Enter()
|
public static void Enter()
|
||||||
{
|
{
|
||||||
if (PlayerPrefs.GetInt("is_gift") == 1)
|
if (false)
|
||||||
{
|
{
|
||||||
AppDispatcher.Instance.Dispatch(CsjInfoC.UI_DisplayLoadingUI);
|
AppDispatcher.Instance.Dispatch(CsjInfoC.UI_DisplayLoadingUI);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ public class LoginSystem : BaseSystem
|
|||||||
|
|
||||||
if (loginData.is_magic)
|
if (loginData.is_magic)
|
||||||
{
|
{
|
||||||
if (PlayerPrefs.GetInt("is_gift", 0) != 1)
|
if (true)
|
||||||
{
|
{
|
||||||
AppDispatcher.Instance.Dispatch(CsjInfoC.UI_DisplayLoadingUI);
|
AppDispatcher.Instance.Dispatch(CsjInfoC.UI_DisplayLoadingUI);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -510,7 +510,7 @@
|
|||||||
{
|
{
|
||||||
"Type" : "Bool",
|
"Type" : "Bool",
|
||||||
"Key" : "Global_Enable_Obfuscation",
|
"Key" : "Global_Enable_Obfuscation",
|
||||||
"Value" : "True",
|
"Value" : "False",
|
||||||
"Values" : null
|
"Values" : null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ PlayerSettings:
|
|||||||
VertexChannelCompressionMask: 4054
|
VertexChannelCompressionMask: 4054
|
||||||
iPhoneSdkVersion: 988
|
iPhoneSdkVersion: 988
|
||||||
iOSSimulatorArchitecture: 0
|
iOSSimulatorArchitecture: 0
|
||||||
iOSTargetOSVersionString: 13.0
|
iOSTargetOSVersionString: 15.0
|
||||||
tvOSSdkVersion: 0
|
tvOSSdkVersion: 0
|
||||||
tvOSSimulatorArchitecture: 0
|
tvOSSimulatorArchitecture: 0
|
||||||
tvOSRequireExtendedGameController: 0
|
tvOSRequireExtendedGameController: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user