diff --git a/Server/mods/deathmatch/logic/CConsoleCommands.cpp b/Server/mods/deathmatch/logic/CConsoleCommands.cpp index 91f1fcc1ec..98b456d391 100644 --- a/Server/mods/deathmatch/logic/CConsoleCommands.cpp +++ b/Server/mods/deathmatch/logic/CConsoleCommands.cpp @@ -1240,7 +1240,7 @@ bool CConsoleCommands::WhoIs(CConsole* pConsole, const char* szArguments, CClien bool CConsoleCommands::DebugScript(CConsole* pConsole, const char* szArguments, CClient* pClient, CClient* pEchoClient) { - const char* syntaxMessage = "debugscript: Syntax is 'debugscript '"; + constexpr const char* syntaxMessage = "debugscript: Syntax is 'debugscript '"; // Validate arguments if (!szArguments || std::strlen(szArguments) != 1 || !std::isdigit(szArguments[0])) {