]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
Entcs: fix health/armor bar above enemies not updated switching from player to observ...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index 69e36d7c448da44922b574429d5eed256426ac9a..7c73dee423bd675fac1abac930d2114fd5da593a 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);