diff --git a/Penumbra/Plugin.cs b/Penumbra/Plugin.cs index b0ec5a91..44d9d4ed 100644 --- a/Penumbra/Plugin.cs +++ b/Penumbra/Plugin.cs @@ -49,7 +49,10 @@ namespace Penumbra ResourceLoader.Init(); ResourceLoader.Enable(); - + + // Needed to reload body textures with mods + GameUtils.ReloadPlayerResources(); + SettingsInterface = new SettingsInterface( this ); PluginInterface.UiBuilder.OnBuildUi += SettingsInterface.Draw; @@ -91,4 +94,4 @@ namespace Penumbra SettingsInterface.Visible = !SettingsInterface.Visible; } } -} \ No newline at end of file +}