From 37b568c21d90a9610c3e2e86a5356225603dfbbb Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 19 Mar 2023 16:14:23 +0200 Subject: [PATCH] - Renamed method --- source/birchwood/protocol/formatting.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/birchwood/protocol/formatting.d b/source/birchwood/protocol/formatting.d index dcf96dd..1db3e82 100644 --- a/source/birchwood/protocol/formatting.d +++ b/source/birchwood/protocol/formatting.d @@ -64,7 +64,7 @@ public enum SimpleColor: string * * Returns: the color control type */ -private char generate_color_control_char(string color) +private char generateColorControlChar(string color) { if(color.length == 6) {