]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Typo in my nick ;P
authorterencehill <piuntn@gmail.com>
Sat, 5 Mar 2011 20:13:39 +0000 (21:13 +0100)
committerterencehill <piuntn@gmail.com>
Sat, 5 Mar 2011 20:13:39 +0000 (21:13 +0100)
qcsrc/common/gamecommand.qc

index 60c7199a65c0e4a00a4711190f5d3a1243a73c37..3b93c4cae9fb31e8e003b38d6f9f7cceeced7ddc 100644 (file)
@@ -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 = "";