Fix a bug I forgor to fix a LONG time ago

This commit is contained in:
2026-01-23 00:08:35 -07:00
parent 5e8fbce712
commit d088c49e51
2 changed files with 16 additions and 9 deletions

View File

@@ -24,13 +24,6 @@ public class LatestVersionText : MonoBehaviour
void Start()
{
if (updateButton != null)
{
updateButton.onClick.AddListener(() =>
{
Application.OpenURL("https://berrydash.lncvrt.xyz/download");
});
}
RefreshText();
if (latest == null) GetLatestVersion();
}