Re-add ShipInit::InitAll() to the end of applyPreset(). (#5574)

This commit is contained in:
Malkierian
2025-06-12 13:24:19 -07:00
committed by GitHub
parent 9432b3420b
commit bf3add7a72

View File

@@ -110,6 +110,7 @@ void applyPreset(std::string presetName, std::vector<PresetSection> includeSecti
}
}
}
ShipInit::InitAll();
}
void DrawPresetSelector(std::vector<PresetSection> includeSections, std::string presetLoc, bool disabled) {