url update
This commit is contained in:
parent
71e819ed52
commit
fcdd9d670d
|
@ -13,7 +13,7 @@ public class UpdateHandler : MonoBehaviour
|
||||||
private bool _updating = false;
|
private bool _updating = false;
|
||||||
private bool _updateSuccess = false;
|
private bool _updateSuccess = false;
|
||||||
private const string translationVersion = "lastVersion";
|
private const string translationVersion = "lastVersion";
|
||||||
private const string repositoryUrl = "https://git.japari.cafe/api/v1/repos/katboi01/Vorked_Translation";
|
private const string repositoryUrl = "https://git.japari.cafe/api/v1/repos/Vorked/VorkedTranslationPack";
|
||||||
|
|
||||||
public IEnumerator Start()
|
public IEnumerator Start()
|
||||||
{
|
{
|
||||||
|
@ -37,7 +37,7 @@ public class UpdateHandler : MonoBehaviour
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//Destroy(this.gameObject);
|
Destroy(this.gameObject);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue