From 6003ea3fb3a4324c70bd951adda2c0256795a5e7 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sat, 12 Jul 2025 15:36:39 -0700 Subject: [PATCH] Fix beta version warning --- Assets/Scripts/LoadingMenu.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Scripts/LoadingMenu.cs b/Assets/Scripts/LoadingMenu.cs index 9fdc27c..9ffe071 100644 --- a/Assets/Scripts/LoadingMenu.cs +++ b/Assets/Scripts/LoadingMenu.cs @@ -71,6 +71,7 @@ public class LoadingMenu : MonoBehaviour else if (response == "4") { text.text = "You are on a beta version of the game. You can still play the game and access the servers, but it is recommended to use the latest stable version."; + continueButton.transform.position = updateButton.transform.position; continueButton.gameObject.SetActive(true); } else