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