]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
Merge branch 'Mario/strength_stat_field' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index 76bb8f8c2f33128a1a4f538b8f3d7309f8b27586..6feb1cda3b7d486446a4c8597253e69a33378bf6 100644 (file)
@@ -2271,7 +2271,8 @@ void ObserverThink(entity this)
                        if(this.flags & FL_SPAWNING)
                        {
                                this.flags &= ~FL_SPAWNING;
-                               Join(this);
+                               if(joinAllowed(this))
+                                       Join(this);
                                return;
                        }
                }