Skip to content

Commit

Permalink
Add Dadoum to contributors and remove debug cod.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed May 18, 2022
1 parent aeb9e0b commit 47266a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions TheOtherRoles/Modules/CustomOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion TheOtherRoles/Patches/CredentialsPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static class CredentialsPatch {

public static string contributorsCredentials =
$@"<size=60%> <color=#FCCE03FF>Special thanks to K3ndo & Smeggy</color>
GitHub Contributors: Gendelo, Alex2911, amsyarasyiq, MaximeGillot, Psynomit, probablyadnf</size>";
GitHub Contributors: Gendelo, Alex2911, amsyarasyiq, MaximeGillot, Psynomit, probablyadnf, Dadoum</size>";

[HarmonyPatch(typeof(VersionShower), nameof(VersionShower.Start))]
private static class VersionShowerPatch
Expand Down

0 comments on commit 47266a7

Please sign in to comment.