]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
Teamplay: Don't send initial spectator team join notification.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index ad7f8c47cd28c78148c334c21fa1a6ae9ae4b568..2d0ec2617b2c826dd9dff87608f0bf83752fbaf0 100644 (file)
@@ -290,11 +290,6 @@ void PutObserverInServer(entity this)
                if(!game_stopped)
                if(autocvar_g_chat_nospectators == 1 || (!warmup_stage && autocvar_g_chat_nospectators == 2))
                        Send_Notification(NOTIF_ONE_ONLY, this, MSG_INFO, INFO_CHAT_NOSPECTATORS);
-
-               if(CS(this).just_joined)
-               {
-                       CS(this).just_joined = false;
-               }
        }
 
        accuracy_resend(this);