diff options
Diffstat (limited to 'src/game/client/gameclient.cpp')
| -rw-r--r-- | src/game/client/gameclient.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 4f18cf65..9c13c107 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -544,6 +544,9 @@ void GAMECLIENT::on_snapshot() if(p) gameclient.snap.local_prev_character = (NETOBJ_CHARACTER *)p; } + + if (info->team == -1) + gameclient.snap.spectate = true; } // calculate team-balance |