From 771127cd2a91f3a19e42e09ba09315b7210e2f4e Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Wed, 1 Aug 2018 22:38:53 -0500 Subject: [PATCH] Fixed some minor things --- IllusionInjector/BeatSaber/CompositeBSPlugin.cs | 2 +- IllusionPlugin/BeatSaber/IBeatSaberPlugin.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/IllusionInjector/BeatSaber/CompositeBSPlugin.cs b/IllusionInjector/BeatSaber/CompositeBSPlugin.cs index 95587698..8ba4fb7e 100644 --- a/IllusionInjector/BeatSaber/CompositeBSPlugin.cs +++ b/IllusionInjector/BeatSaber/CompositeBSPlugin.cs @@ -86,7 +86,7 @@ namespace IllusionInjector { get { throw new NotImplementedException(); } } - // public Uri UpdateUri => throw new NotImplementedException(); + public Uri UpdateUri => throw new NotImplementedException(); public void OnLateUpdate() { Invoke(plugin => { diff --git a/IllusionPlugin/BeatSaber/IBeatSaberPlugin.cs b/IllusionPlugin/BeatSaber/IBeatSaberPlugin.cs index 9dfb0277..89889cec 100644 --- a/IllusionPlugin/BeatSaber/IBeatSaberPlugin.cs +++ b/IllusionPlugin/BeatSaber/IBeatSaberPlugin.cs @@ -24,8 +24,9 @@ namespace IllusionPlugin /// /// The URI to the update script for the plugin. May be . + /// Actually tho this does nothing I just don't want to try to remove it completely /// - //Uri UpdateUri { get; } + Uri UpdateUri { get; } /// /// Gets invoked when the application is started.