Fix beta version warning
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user