This commit is contained in:
2026-06-04 17:38:39 +08:00
parent 671ca265ed
commit b454d4432b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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);
}
+1 -1
View File
@@ -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);
}