Razish / jasdk_modbase

***DISCONTINUED, See Razish/OpenJK*** Yet another "fixed" or "clean" version of the Jedi Academy SDK, which people can use as a stable mod base
10 stars 6 forks source link

lchat in cg_servercmds.c is missing a space like ltchat #16

Closed ensiform closed 11 years ago

ensiform commented 11 years ago

Title describes.

Com_sprintf(text, sizeof(text), "%s<%s>^%s%s", name, loc, color, message);

Should be

Com_sprintf(text, sizeof(text), "%s<%s> ^%s%s", name, loc, color, message);
ensiform commented 11 years ago

Otherwise if you use tell in siege it will show up as:

PlayerName: <LOCATION>message