Skip to content

Commit

Permalink
Remove FasterInventoryScroll option
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jul 10, 2024
1 parent 70b8465 commit 48c87e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Fika.Core/FikaPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions Fika.Core/UI/Patches/InventoryScroll_Patch.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using EFT.UI;
/*using EFT.UI;
using SPT.Reflection.Patching;
using System.Reflection;
using UnityEngine.UI;
Expand Down Expand Up @@ -28,4 +28,4 @@ public static void Prefix(ScrollRect ____stashScroll)
}
}
}
}
}*/

0 comments on commit 48c87e4

Please sign in to comment.