diff options
Diffstat (limited to 'src/game/g_active.c')
-rw-r--r-- | src/game/g_active.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_active.c b/src/game/g_active.c index cbc9aa5c..a6d99691 100644 --- a/src/game/g_active.c +++ b/src/game/g_active.c @@ -407,7 +407,7 @@ void SpectatorThink( gentity_t *ent, usercmd_t *ucmd ) !( client->oldbuttons & BUTTON_USE_HOLDABLE ); // We are in following mode only if we are following a non-spectating client - following = client->sess.spectatorState != SPECTATOR_FOLLOW; + following = client->sess.spectatorState == SPECTATOR_FOLLOW; if( following ) { clientNum = client->sess.spectatorClient; |