summaryrefslogtreecommitdiff
path: root/src/game/g_admin.c
diff options
context:
space:
mode:
authorIronClaw <louie.nutman@gmail.com>2019-10-04 20:38:11 +0000
committerIronClaw <louie.nutman@gmail.com>2019-10-04 20:38:11 +0000
commita4753e7f5931b7e8dee7c7b01206a8685449200f (patch)
tree12c32798a27a0c70f630f3819eae59e07962f31c /src/game/g_admin.c
parentb4c34ec9c6c8ee7448c122848c1e5437ceb51e99 (diff)
.FAKENOVOTE flag
Diffstat (limited to 'src/game/g_admin.c')
-rw-r--r--src/game/g_admin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index bec9370..37df6fe 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -5751,6 +5751,10 @@ qboolean G_admin_listplayers( gentity_t *ent, int skiparg )
{
Q_strncpyz( muted, "V", sizeof( muted ) );
}
+ if( G_admin_permission( &g_entities[ i ], ADMF_FAKE_NO_VOTE ) )
+ {
+ Q_strncpyz( muted, "V", sizeof( muted ) );
+ }
if( p->pers.muted )
{
Q_strncpyz( muted, "M", sizeof( muted ) );