You've already forked KF3_TranslationUpdater
url update
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user