Skip to content

Commit

Permalink
🐛 Fixed addonpart_unwanted_flare typo
Browse files Browse the repository at this point in the history
`unwanted_flexbodies` -> `unwanted_flares`
  • Loading branch information
CuriousMike56 authored and ohlidalp committed Jun 1, 2024
1 parent b17ceab commit 8d3914b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ void AddonPartUtility::ProcessUnwantedFlare()
{
if (!m_tuneup->isFlareProtected((FlareID_t)m_context->getTokFloat(1)))
{
m_tuneup->unwanted_flexbodies.insert((FlareID_t)m_context->getTokFloat(1));
m_tuneup->unwanted_flares.insert((FlareID_t)m_context->getTokFloat(1));
this->Log(fmt::format("[RoR|Addonpart] INFO: file '{}', directive '{}': marking flare '{}' as UNWANTED",
m_addonpart_entry->fname, m_context->getTokKeyword(), (int)m_context->getTokFloat(1)));
}
Expand Down

0 comments on commit 8d3914b

Please sign in to comment.