mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 03:51:32 +00:00
Just a spelling fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2772 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
693a184261
commit
c267c17faf
1 changed files with 1 additions and 1 deletions
|
@ -3152,7 +3152,7 @@ void QTV_Say(cluster_t *cluster, sv_t *qtv, viewer_t *v, char *message, qboolean
|
|||
if (v->server)
|
||||
SV_SayToUpstream(v->server, message);
|
||||
|
||||
// If the currect viewer is the player, pass on the say_team
|
||||
// If the current viewer is the player, pass on the say_team
|
||||
if (qtv && qtv->controller == v)
|
||||
{
|
||||
SendClientCommand(qtv, "say_team \"%s\"", message);
|
||||
|
|
Loading…
Reference in a new issue