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.