]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamecommand.qc
Typo in my nick ;P
[xonotic/xonotic-data.pk3dir.git] / 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 = "";