From 3262c79f3d96a91d534cf033c4ca54e2d66e4e0b Mon Sep 17 00:00:00 2001 From: JAJames Date: Sat, 25 Jun 2016 19:16:29 -0400 Subject: [PATCH] Corrected a minor typo in "rrcon" help message --- RenX.Commands/RenX_Commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &)