Fix beta version warning

This commit is contained in:
2025-07-12 15:36:39 -07:00
parent 78b4e5c7e8
commit 6003ea3fb3

View File

@@ -71,6 +71,7 @@ public class LoadingMenu : MonoBehaviour
else if (response == "4") 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."; 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); continueButton.gameObject.SetActive(true);
} }
else else