]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
Stuff and things
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index 1778d78bf1866beeab3c17a2fe057c61fa48d8ba..9df2026e79fd397b88c467461b1aba0b88708937 100644 (file)
@@ -2340,7 +2340,7 @@ void LeaveSpectatorMode()
                                Send_Notification(NOTIF_ALL, world, MSG_INFO, INFO_JOIN_PLAY, self.netname);
 
                        if(!autocvar_g_campaign)
-                       if (time < self.jointime + autocvar_welcome_message_time)
+                       //if (time < self.jointime + autocvar_welcome_message_time)
                                Kill_Notification(NOTIF_ONE_ONLY, self, MSG_CENTER, CENTER_MOTD);
 
                        if (self.prevent_join_msgtime)