From: Mario Date: Fri, 3 Jan 2014 09:40:53 +0000 (+1100) Subject: Fix mobbutcher command description X-Git-Tag: xonotic-v0.8.0~241^2^2~5 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=afce5408e3b640c1993c3fdbe64340358779551f;p=xonotic%2Fxonotic-data.pk3dir.git Fix mobbutcher command description --- diff --git a/qcsrc/server/command/sv_cmd.qc b/qcsrc/server/command/sv_cmd.qc index ba4aa9fd4..2e002eb1c 100644 --- a/qcsrc/server/command/sv_cmd.qc +++ b/qcsrc/server/command/sv_cmd.qc @@ -176,7 +176,7 @@ void GameCommand_mobbutcher(float request) default: case CMD_REQUEST_USAGE: { - print("\nUsage:^3 sv_cmd butcher\n"); + print("\nUsage:^3 sv_cmd mobbutcher\n"); print(" No arguments required.\n"); return; }