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
commit bf3add7a72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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) {