Skip to content

Commit

Permalink
Temporarily disable Fix_WetAccessoriesFix
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Aug 29, 2021
1 parent 0d8240c commit a3cda34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Core_Fix_WetAccessories/WetAccessoriesFix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ public partial class WetAccessoriesFix : BaseUnityPlugin

private void Awake()
{
Harmony.CreateAndPatchAll(typeof(WetAccessoriesFix));
//TODO Reenable once things work properly
//Harmony.CreateAndPatchAll(typeof(WetAccessoriesFix));
Logger.LogWarning("This plugin is temporarily disabled because of some accessory zipmods crashing the game");
}

[HarmonyPostfix]
Expand Down

0 comments on commit a3cda34

Please sign in to comment.