mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
I'm an idiot
This commit is contained in:
parent
164222b827
commit
e754080f40
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue