From 9267dc595f2bfe1c9887358118bfa7e506537e97 Mon Sep 17 00:00:00 2001 From: Knuxfan24 Date: Tue, 8 Sep 2020 14:40:46 +0100 Subject: [PATCH] Removed unused credit Left over from when I planned an "Ensure Beatable" option that would force enable the Unlock Mid Air Momentum patch. --- Sonic '06 Randomiser Suite/src/Environment/Main.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Sonic '06 Randomiser Suite/src/Environment/Main.cs b/Sonic '06 Randomiser Suite/src/Environment/Main.cs index d276085..f8ccf62 100644 --- a/Sonic '06 Randomiser Suite/src/Environment/Main.cs +++ b/Sonic '06 Randomiser Suite/src/Environment/Main.cs @@ -526,7 +526,6 @@ private void Button_About_Click(object sender, EventArgs e) { "Hyper - Collision, Package, Lua and Textures\n\n" + "" + "Miscellaneous Developers:\n" + - "darkhero1337 - Unlock Mid-air Momentum\n" + "Kons - DirectDraw Surface Decoder\n" + "David Polomis - Targa Decoder", "About", MessageBoxButtons.OK, MessageBoxIcon.Information);