Tremulous Forum
Mods => Modding Center => Topic started by: rotacak on April 19, 2010, 12:48:59 am
-
In g_cmds.c is:
#define EC "\x19"
What for it is? It started to adding block char after nickname, dunno why. In this part of code:
Com_sprintf( name, sizeof( name ), "%s%s%c%c"EC": ", prefix,
ent->client->pers.netname, Q_COLOR_ESCAPE, COLOR_WHITE );
-
it isn't there anymore.