Browse Source

Corrected a minor typo in "rrcon" help message

pull/3/head
Jessica James 8 years ago
parent
commit
3262c79f3d
  1. 2
      RenX.Commands/RenX_Commands.cpp

2
RenX.Commands/RenX_Commands.cpp

@ -133,7 +133,7 @@ void RawRCONConsoleCommand::trigger(const Jupiter::ReadableString &parameters)
while (--i >= 0) while (--i >= 0)
RenX::getCore()->getServer(i)->sendData(msg); RenX::getCore()->getServer(i)->sendData(msg);
else else
puts("Error: Too Few Parameters. Syntax: rcon <input>"); puts("Error: Too Few Parameters. Syntax: rrcon <input>");
} }
const Jupiter::ReadableString &RawRCONConsoleCommand::getHelp(const Jupiter::ReadableString &) const Jupiter::ReadableString &RawRCONConsoleCommand::getHelp(const Jupiter::ReadableString &)

Loading…
Cancel
Save