diff --git a/Fika.Core/FikaPlugin.cs b/Fika.Core/FikaPlugin.cs index ba01ab60..92729f0c 100644 --- a/Fika.Core/FikaPlugin.cs +++ b/Fika.Core/FikaPlugin.cs @@ -220,7 +220,7 @@ protected void Awake() new MatchmakerAcceptScreen_Show_Patch().Enable(); new Minefield_method_2_Patch().Enable(); new BotCacher_Patch().Enable(); - new InventoryScroll_Patch().Enable(); + //new InventoryScroll_Patch().Enable(); new AbstractGame_InRaid_Patch().Enable(); new DisconnectButton_Patch().Enable(); new ChangeGameModeButton_Patch().Enable(); diff --git a/Fika.Core/UI/Patches/InventoryScroll_Patch.cs b/Fika.Core/UI/Patches/InventoryScroll_Patch.cs index 2998303e..4e1e0ed1 100644 --- a/Fika.Core/UI/Patches/InventoryScroll_Patch.cs +++ b/Fika.Core/UI/Patches/InventoryScroll_Patch.cs @@ -1,4 +1,4 @@ -using EFT.UI; +/*using EFT.UI; using SPT.Reflection.Patching; using System.Reflection; using UnityEngine.UI; @@ -28,4 +28,4 @@ public static void Prefix(ScrollRect ____stashScroll) } } } -} +}*/ \ No newline at end of file