From 6b8b7a6d64375e80fe907d10d895f5dcb1f58122 Mon Sep 17 00:00:00 2001 From: Dadoum Date: Wed, 11 May 2022 00:39:51 +0200 Subject: [PATCH] Add Dadoum to contributors and remove debug code --- TheOtherRoles/Modules/CustomOptions.cs | 16 ---------------- TheOtherRoles/Patches/CredentialsPatch.cs | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/TheOtherRoles/Modules/CustomOptions.cs b/TheOtherRoles/Modules/CustomOptions.cs index bc0bb25ee..bb909d6f5 100644 --- a/TheOtherRoles/Modules/CustomOptions.cs +++ b/TheOtherRoles/Modules/CustomOptions.cs @@ -531,22 +531,6 @@ private static void Postfix(ref string __result) int counter = TheOtherRolesPlugin.optionsPage; string hudString = counter != 0 ? Helpers.cs(DateTime.Now.Second % 2 == 0 ? Color.white : Color.red, "(Use scroll wheel if necessary)\n\n") : ""; - try - { - // TheOtherRolesPlugin.Logger.LogWarning(" == début"); - int i = 0; - while (true) - { - var e = Rewired.ReInput.mapping.Actions[i]; - // TheOtherRolesPlugin.Logger.LogWarning($"Action {i}: {e.name} {e.descriptiveName} "); - i++; - } - } - finally - { - // TheOtherRolesPlugin.Logger.LogWarning(" == fin"); - } - switch (counter) { case 0: hudString += "Page 1: Vanilla Settings \n\n" + __result; diff --git a/TheOtherRoles/Patches/CredentialsPatch.cs b/TheOtherRoles/Patches/CredentialsPatch.cs index c31d186b5..e26399e93 100644 --- a/TheOtherRoles/Patches/CredentialsPatch.cs +++ b/TheOtherRoles/Patches/CredentialsPatch.cs @@ -18,7 +18,7 @@ public static class CredentialsPatch { public static string contributorsCredentials = $@" Special thanks to K3ndo & Smeggy -GitHub Contributors: Gendelo, Alex2911, amsyarasyiq, MaximeGillot, Psynomit, probablyadnf"; +GitHub Contributors: Gendelo, Alex2911, amsyarasyiq, MaximeGillot, Psynomit, probablyadnf, Dadoum"; [HarmonyPatch(typeof(VersionShower), nameof(VersionShower.Start))] private static class VersionShowerPatch