Skip to content

Commit

Permalink
Actually make DBE an soft dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Njaecha committed Mar 13, 2024
1 parent daa942d commit daf646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AssetImport/AssetImport.CharacterController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ internal void LoadCoordinate(ChaFileCoordinate coordinate)
else if (accEnabled == false)
{
Logger.LogDebug("Coordinate Load Option accessory load disabled -> stopping asset load.");
LoadCoordinateCompatibilityDynamicBoneEditor(cSet);
if (Chainloader.PluginInfos.ContainsKey("com.deathweasel.bepinex.dynamicboneeditor")) LoadCoordinateCompatibilityDynamicBoneEditor(cSet);
return;
}
}
Expand Down

0 comments on commit daf646e

Please sign in to comment.