Skip to content

Commit

Permalink
Merge pull request #2 from JonnyVR1/master
Browse files Browse the repository at this point in the history
Remove RumbleMod reference
  • Loading branch information
Aryetis authored Dec 13, 2022
2 parents 80c6fb2 + f2c7053 commit ebfc1bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions FasterScroll/FasterScroll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\Main.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="RumbleMod">
<HintPath>$(BeatSaberDir)\Plugins\RumbleMod.dll</HintPath>
<Private>False</Private>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data">
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\System.Data.dll</HintPath>
Expand Down
1 change: 0 additions & 1 deletion FasterScroll/FasterScrollController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using VRUIControls;
using System.Linq;
using Libraries.HM.HMLib.VR;
using RumbleMod;

#if DEBUG_FASTERSCROLL
using System.Collections;
Expand Down

0 comments on commit ebfc1bd

Please sign in to comment.