diff --git a/RenX.Commands/RenX_Commands.cpp b/RenX.Commands/RenX_Commands.cpp index 92354f1..77c6c4d 100644 --- a/RenX.Commands/RenX_Commands.cpp +++ b/RenX.Commands/RenX_Commands.cpp @@ -133,7 +133,7 @@ void RawRCONConsoleCommand::trigger(const Jupiter::ReadableString ¶meters) while (--i >= 0) RenX::getCore()->getServer(i)->sendData(msg); else - puts("Error: Too Few Parameters. Syntax: rcon "); + puts("Error: Too Few Parameters. Syntax: rrcon "); } const Jupiter::ReadableString &RawRCONConsoleCommand::getHelp(const Jupiter::ReadableString &)