summaryrefslogtreecommitdiff
path: root/mm/2s2h/config/ConfigUpdaters.cpp
diff options
context:
space:
mode:
authorJameriquiah <42100286+Jameriquiah@users.noreply.github.com>2026-07-21 22:22:35 -0400
committerGitHub <noreply@github.com>2026-07-21 22:22:35 -0400
commit65fb1b6e3cc49780057208f4050a160d1a4bdfc7 (patch)
treec0f2434ea2ee47c51cbb47ede559d4d5b318ec23 /mm/2s2h/config/ConfigUpdaters.cpp
parentf86e04b4d5492906718aa7bacf5b92d55756006c (diff)
Bump LUS to port-maintenance (#1801)
* bump lus to port-maintenance * clang * remove redundant cast * clang again * update lus commit
Diffstat (limited to 'mm/2s2h/config/ConfigUpdaters.cpp')
-rw-r--r--mm/2s2h/config/ConfigUpdaters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/config/ConfigUpdaters.cpp b/mm/2s2h/config/ConfigUpdaters.cpp
index b02e0f73f..6bad54953 100644
--- a/mm/2s2h/config/ConfigUpdaters.cpp
+++ b/mm/2s2h/config/ConfigUpdaters.cpp
@@ -68,7 +68,7 @@ static void MigrateWarpPoints(Ship::Config* conf) {
{ "rotY", rotY },
{ "bootToPoint", bootToPoint } };
- Ship::Context::GetInstance()->GetConfig()->SetBlock("WarpPoints", warpPoints);
+ Ship::Context::GetRawInstance()->GetConfig()->SetBlock("WarpPoints", warpPoints);
}
}
}