Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Feb 27, 2023
1 parent 171bbce commit 272766a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPID/src/DistributeManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace Distribute
void SetupDistribution()
{
// Create tag keywords
if (const auto factory = RE::IFormFactory::GetConcreteFormFactoryByType<RE::BGSKeyword>()) {
if (const auto factory = RE::IFormFactory::GetConcreteFormFactoryByType<RE::BGSKeyword>()) {
if (processed = factory->Create(); processed) {
processed->formEditorID = processed_EDID;
}
Expand Down

0 comments on commit 272766a

Please sign in to comment.