From 3a65722bff7aab76eae0c188cd086d10e0a68a2c Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Sat, 25 May 2013 00:05:34 -0500 Subject: [PATCH] Changed my handle for amxx client command. Former-commit-id: 51b3160068ef6cbe3dd6ba6acaeacf35c333b7b6 --- amxmodx/meta_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/meta_api.cpp b/amxmodx/meta_api.cpp index 9b0170bd..4e0acd18 100755 --- a/amxmodx/meta_api.cpp +++ b/amxmodx/meta_api.cpp @@ -907,7 +907,7 @@ void C_ClientCommand(edict_t *pEntity) len += sprintf(&buf[len], " Jonny \"Got His Gun\" Bergstrom, Lukasz \"SidLuke\" Wlasinski\n"); CLIENT_PRINT(pEntity, print_console, buf); len = sprintf(buf, " Christian \"Basic-Master\" Hammacher, Borja \"faluco\" Ferrer\n"); - len += sprintf(&buf[len], " Scott \"Damaged Soul\" Ehlert\n"); + len += sprintf(&buf[len], " Scott \"DS\" Ehlert\n"); len += sprintf(&buf[len], "Compiled: %s\nURL:http://www.amxmodx.org/\n", __DATE__ ", " __TIME__); CLIENT_PRINT(pEntity, print_console, buf); #ifdef JIT