]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Stuff and things
authorSamual Lenks <samual@xonotic.org>
Sun, 3 Mar 2013 17:56:47 +0000 (12:56 -0500)
committerSamual Lenks <samual@xonotic.org>
Sun, 3 Mar 2013 17:56:47 +0000 (12:56 -0500)
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)