From f2c705343bbf0729c655cc8141acc3b7294b2752 Mon Sep 17 00:00:00 2001 From: Jonathon Fitch Date: Tue, 13 Dec 2022 18:53:10 +0000 Subject: [PATCH] Remove RumbleMod reference --- FasterScroll/FasterScroll.csproj | 5 ----- FasterScroll/FasterScrollController.cs | 1 - 2 files changed, 6 deletions(-) diff --git a/FasterScroll/FasterScroll.csproj b/FasterScroll/FasterScroll.csproj index 67c7e86..8bcef07 100644 --- a/FasterScroll/FasterScroll.csproj +++ b/FasterScroll/FasterScroll.csproj @@ -71,11 +71,6 @@ $(BeatSaberDir)\Beat Saber_Data\Managed\Main.dll False - - $(BeatSaberDir)\Plugins\RumbleMod.dll - False - False - $(BeatSaberDir)\Beat Saber_Data\Managed\System.Data.dll diff --git a/FasterScroll/FasterScrollController.cs b/FasterScroll/FasterScrollController.cs index d0f308c..16a7814 100644 --- a/FasterScroll/FasterScrollController.cs +++ b/FasterScroll/FasterScrollController.cs @@ -5,7 +5,6 @@ using VRUIControls; using System.Linq; using Libraries.HM.HMLib.VR; -using RumbleMod; #if DEBUG_FASTERSCROLL using System.Collections;