From 7c134d4f1441ed95857b169392904d6dadb02dda Mon Sep 17 00:00:00 2001 From: terencehill Date: Sat, 5 Mar 2011 21:13:39 +0100 Subject: [PATCH] Typo in my nick ;P --- qcsrc/common/gamecommand.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ""; -- 2.39.2