We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e888eec + 9952985 commit 2430e13Copy full SHA for 2430e13
Code/client/ModCompat/BehaviorVar.cpp
@@ -417,8 +417,8 @@ const AnimationGraphDescriptor* BehaviorVar::Patch(BSAnimationGraphManager* apMa
417
spdlog::critical(__FUNCTION__ ": multiple behavior replacers have the same signature, this must be corrected:");
418
for (auto& item : matchedReplacers)
419
spdlog::critical(" {}", behaviorPool[item].creatureName);
420
- FailList(hash);
421
- return nullptr;
+ spdlog::warn("Multiple behavior replacers have the same signature, choosing the first one.");
+ break;
422
}
423
424
auto& foundRep = behaviorPool[matchedReplacers[0]];
0 commit comments