Beta version warning

This commit is contained in:
2025-07-12 15:35:47 -07:00
parent d245bb37c7
commit 78b4e5c7e8

View File

@@ -68,6 +68,11 @@ public class LoadingMenu : MonoBehaviour
updateButton.gameObject.SetActive(true); updateButton.gameObject.SetActive(true);
continueButton.gameObject.SetActive(true); continueButton.gameObject.SetActive(true);
} }
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.gameObject.SetActive(true);
}
else else
{ {
text.text = "Outdated client! Please update your client to play"; text.text = "Outdated client! Please update your client to play";