diff --git a/soh/soh/Network/Archipelago/Archipelago.cpp b/soh/soh/Network/Archipelago/Archipelago.cpp index 2f6560b075..2aa83c2a88 100644 --- a/soh/soh/Network/Archipelago/Archipelago.cpp +++ b/soh/soh/Network/Archipelago/Archipelago.cpp @@ -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;