From: Rudolf Polzer Date: Sun, 15 Jan 2012 17:38:50 +0000 (+0100) Subject: fixing MY bug in there ;) X-Git-Tag: xonotic-v0.6.0~160^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a5afe2839e9d4d01389f9878cbe556be0f071f26;p=xonotic%2Fxonotic-data.pk3dir.git fixing MY bug in there ;) --- diff --git a/qcsrc/common/command/generic.qc b/qcsrc/common/command/generic.qc index 01660ba62..d0cd7a304 100644 --- a/qcsrc/common/command/generic.qc +++ b/qcsrc/common/command/generic.qc @@ -221,7 +221,7 @@ void GenericCommand_nextframe(float request, float arguments, string command) default: case CMD_REQUEST_USAGE: { - print(strcat("\nUsage:^3 ", GetProgramCommandPrefix(), " command...")); + print(strcat("\nUsage:^3 ", GetProgramCommandPrefix(), " nextframe command...")); print(" Where command will be executed next frame of this VM\n"); return; }