]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
Merge branch 'terencehill/entcs_fixes' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index d8154ee84bf88409cb7bcddf0b5b2b9e3f022cf4..1a25149a2601b72fd5a36c1295253aa29b3e50ff 100644 (file)
@@ -253,6 +253,7 @@ void PutObserverInServer(entity this)
                        if (vote_called) { VoteCount(false); }
                        ReadyCount();
                }
+               entcs_update_players(this);
        }
 
        entity spot = SelectSpawnPoint(this, true);