A simple BepInEx patch that fixes console spam caused by an IndexOutOfRangeException in ModelReplacement.BodyReplacementBase.UpdateItemTransform.
The latest Lethal Company update added a new utility item slot (e.g. the torch). When switching from the utility slot back to a regular item, ModelReplacement tries to access a bone index that doesn't exist in its array — flooding the BepInEx console with errors every frame.
Suppresses the exception silently after logging a single warning on first occurrence. The game is otherwise completely unaffected.
Drop ModelReplacementFix.dll into your BepInEx/plugins/ folder.