From 02b1ade89c9f4fbbd4b4f6d5be0e6466458a2f76 Mon Sep 17 00:00:00 2001 From: Samuel-Sann Laurin Date: Thu, 11 Jul 2024 21:02:53 -0400 Subject: [PATCH] Link variable Update And to finish it off, updated this one's Github link as well. Those mods all seemed like the ones still being actively maintained, so I made sure all their links were updated to reflect your new Github name. --- Outflow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Outflow.cs b/Outflow.cs index 5cec4b5..dcf554b 100644 --- a/Outflow.cs +++ b/Outflow.cs @@ -15,7 +15,7 @@ public class Outflow : ResoniteMod public override string Name => "Outflow"; public override string Author => "Cyro"; public override string Version => typeof(Outflow).Assembly.GetName().Version.ToString(); - public override string Link => "https://github.com/RileyGuy/Outflow"; + public override string Link => "https://github.com/BlueCyro/Outflow"; public static ModConfiguration? Config; @@ -166,4 +166,4 @@ public static void MessagesToTransmitCount_Postfix(Session __instance, ref int _ } } } -} \ No newline at end of file +}