Fix stuff using old links

This commit is contained in:
2026-02-15 21:31:56 -07:00
parent ec693fee88
commit 38943ef12c
3 changed files with 15 additions and 5 deletions

View File

@@ -25,10 +25,6 @@ public class LoadingMenu : MonoBehaviour
QualitySettings.vSyncCount = 0;
}
PlayerPrefs.SetString("latestVersion", Application.version);
updateButton.onClick.AddListener(() =>
{
Application.OpenURL("https://berrydash.lncvrt.xyz/download");
});
CheckUpdate();
}