From b8562af8b6bd09e6e768e3b669e65c1ff663ec89 Mon Sep 17 00:00:00 2001 From: Samuel-Sann Laurin Date: Thu, 11 Jul 2024 20:48:06 -0400 Subject: [PATCH] Link variable Update Updated Link variable to new GitHub Link due to name change Sorry, haha I noticed that and thought I'd push a PR even though you just updated the mod for the new Resonite version :P --- Resonance.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resonance.cs b/Resonance.cs index adb38d5..cb0fd41 100644 --- a/Resonance.cs +++ b/Resonance.cs @@ -10,7 +10,7 @@ public partial class Resonance : ResoniteMod public override string Name => "🔊🎶 Resonance"; public override string Author => "Cyro"; public override string Version => typeof(Resonance).Assembly.GetName().Version.ToString(); - public override string Link => "https://github.com/RileyGuy/Resonance"; + public override string Link => "https://github.com/BlueCyro/Resonance"; public static ModConfiguration? Config; public override void OnEngineInit() { @@ -82,4 +82,4 @@ public static void OnNewAudioData_Postfix(UserAudioStream __instan handler.UpdateFFTData(buffer); } } -} \ No newline at end of file +}