This repository has been archived by the owner on Aug 20, 2022. It is now read-only.
Cannot update fxmanifest fx_version past adamant due to MySQL Async #28
Labels
bug
Something isn't working
It breaks with this error:
The MySQL async C# code will likely need to be modified for this to be solved, or a synchronous version will need to be used.
Supposedly adding
await BaseScript.Delay(0);
will fix the issue.The text was updated successfully, but these errors were encountered: