Follow app directory for uuid (#79)

This commit is contained in:
Sirius902
2025-09-29 00:31:03 -07:00
committed by GitHub
parent 58a564077e
commit 582bdbff14

View File

@@ -28,7 +28,7 @@ extern PlayState* gPlayState;
}
ArchipelagoClient::ArchipelagoClient() {
uuid = ap_get_uuid("uuid");
uuid = ap_get_uuid(Ship::Context::GetPathRelativeToAppDirectory("uuid"));
gameWon = false;
itemQueued = false;