From b6892c5088f50d3cf69e2908633cf991f8804cea Mon Sep 17 00:00:00 2001 From: Herysia Date: Tue, 26 Jan 2021 17:19:46 +0100 Subject: [PATCH] Remove watermark --- CustomKeybinds/CustomKeybinds.csproj | 1 - CustomKeybinds/Patches/VersionShowerPatches.cs | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 CustomKeybinds/Patches/VersionShowerPatches.cs diff --git a/CustomKeybinds/CustomKeybinds.csproj b/CustomKeybinds/CustomKeybinds.csproj index 86206d7..1550608 100644 --- a/CustomKeybinds/CustomKeybinds.csproj +++ b/CustomKeybinds/CustomKeybinds.csproj @@ -105,7 +105,6 @@ - diff --git a/CustomKeybinds/Patches/VersionShowerPatches.cs b/CustomKeybinds/Patches/VersionShowerPatches.cs deleted file mode 100644 index 302b3ad..0000000 --- a/CustomKeybinds/Patches/VersionShowerPatches.cs +++ /dev/null @@ -1,18 +0,0 @@ -using HarmonyLib; - -using VersionShower = BOCOFLHKCOJ; - -namespace CustomKeyBinds.Patches -{ - internal static class VersionShowerPatches - { - [HarmonyPatch(typeof(VersionShower), "Start")] - public static class PatchVersionShowerStart - { - public static void Postfix(VersionShower __instance) - { - __instance.text.Text += "\n[D41313FF]CustomKeyBinds v1.0 by Herysia#4293"; - } - } - } -} \ No newline at end of file