Fix a bug I forgor to fix a LONG time ago
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user