From dfca0ca7f14e4684a2735ab9e9103ec6fe935242 Mon Sep 17 00:00:00 2001 From: Samuel-Sann Laurin Date: Fri, 14 Jun 2024 08:59:36 -0400 Subject: [PATCH] Changed link override to active project So it can be updated by [ResoniteModUpdater CLI](https://github.com/hazre/ResoniteModUpdater) without reverting to the outdated mod - Workaround until original mod gets updated --- MaybeJump/MaybeJump.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MaybeJump/MaybeJump.cs b/MaybeJump/MaybeJump.cs index 46b6a2c..18cbb48 100644 --- a/MaybeJump/MaybeJump.cs +++ b/MaybeJump/MaybeJump.cs @@ -15,7 +15,7 @@ public class MaybeJump : NeosMod private static ModConfigurationKey EnableRight = new ModConfigurationKey("EnableRight", "Enable right jump.", () => true); public override string Author => "Banane9"; - public override string Link => "https://github.com/Banane9/NeosMaybeJump"; + public override string Link => "https://github.com/Ryn-Fox/ResoniteMaybeJump/"; public override string Name => "MaybeJump"; public override string Version => "1.1.0"; @@ -47,4 +47,4 @@ private static bool BindJumpPrefix(InputGroup group, IDualBindingController left } } } -} \ No newline at end of file +}