From e754080f40e584272c2110b7cc7e92a0a27da533 Mon Sep 17 00:00:00 2001 From: Demur Rumed Date: Sun, 20 Apr 2025 21:49:05 +0000 Subject: [PATCH] I'm an idiot --- soh/soh/OTRGlobals.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soh/soh/OTRGlobals.cpp b/soh/soh/OTRGlobals.cpp index 0e0e97ded..2a47b7a34 100644 --- a/soh/soh/OTRGlobals.cpp +++ b/soh/soh/OTRGlobals.cpp @@ -274,7 +274,7 @@ OTRGlobals::OTRGlobals() { if (std::filesystem::exists(ootPath)) { OTRFiles.push_back(ootPath); } - std::string sohOtrPath = Ship::Context::GetPathRelativeToAppBundle("soh.o2r"); + std::string sohOtrPath = Ship::Context::GetPathRelativeToAppBundle("soh.otr"); if (std::filesystem::exists(sohOtrPath)) { OTRFiles.push_back(sohOtrPath); } @@ -294,7 +294,7 @@ OTRGlobals::OTRGlobals() { } } - std::string sohAccessibilityPath = Ship::Context::GetPathRelativeToAppDirectory("accessibility.otr"); + std::string sohAccessibilityPath = Ship::Context::GetPathRelativeToAppDirectory("accessibility.o2r"); if (std::filesystem::exists(sohAccessibilityPath)) { OTRFiles.push_back(sohAccessibilityPath); }