summaryrefslogtreecommitdiff
path: root/mm/2s2h/config/ConfigUpdaters.cpp
diff options
context:
space:
mode:
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);
}
}
}