url update

This commit is contained in:
katboi01 2023-10-11 10:18:39 +08:00
parent 71e819ed52
commit fcdd9d670d
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ public class UpdateHandler : MonoBehaviour
private bool _updating = false;
private bool _updateSuccess = false;
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()
{
@ -37,7 +37,7 @@ public class UpdateHandler : MonoBehaviour
}
else
{
//Destroy(this.gameObject);
Destroy(this.gameObject);
}
}