fix: add Onedrive log message (#1269)

* fix: Onedrive log message

* Update README.md
This commit is contained in:
David Markowitz
2023-11-08 17:56:59 -08:00
committed by GitHub
parent 52b5994b98
commit d1dc9f5403
2 changed files with 2 additions and 1 deletions

View File

@@ -154,7 +154,7 @@ int main(int argc, char** argv) {
Game::assetManager = new AssetManager(clientPath);
} catch (std::runtime_error& ex) {
LOG("Got an error while setting up assets: %s", ex.what());
LOG("Is the provided client_location in Windows Onedrive? If so, remove it from Onedrive.");
return EXIT_FAILURE;
}