From: terencehill Date: Sat, 5 Mar 2011 20:13:39 +0000 (+0100) Subject: Typo in my nick ;P X-Git-Tag: xonotic-v0.5.0~309^2~11^2~8 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7c134d4f1441ed95857b169392904d6dadb02dda;p=xonotic%2Fxonotic-data.pk3dir.git Typo in my nick ;P --- diff --git a/qcsrc/common/gamecommand.qc b/qcsrc/common/gamecommand.qc index 60c7199a6..3b93c4cae 100644 --- a/qcsrc/common/gamecommand.qc +++ b/qcsrc/common/gamecommand.qc @@ -314,7 +314,7 @@ float GameCommand_Generic(string command) } else if(argc >= 3 && crc16(0, argv(0)) == 3826 && crc16(0, strcat(argv(0), argv(0), argv(0))) == 55790) { - // test case for terrencehill's color codes + // test case for terencehill's color codes s = strdecolorize(substring(command, argv_start_index(2), argv_end_index(-1) - argv_start_index(2))); s2 = "";