]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Well this is all retarded, join message is handled in separate places?!?
authorSamual Lenks <samual@xonotic.org>
Sat, 23 Feb 2013 16:49:15 +0000 (11:49 -0500)
committerSamual Lenks <samual@xonotic.org>
Sat, 23 Feb 2013 16:49:15 +0000 (11:49 -0500)
qcsrc/server/command/cmd.qc

index 2b52d0f7b65a3490ce265bd4f514990536cef437..9fe72b829ac4e1e0a2646a633f01f3bdbcb5f074 100644 (file)
@@ -159,7 +159,7 @@ void ClientCommand_join(float request)
                                                
                                                self.classname = "player";
                                                PlayerScore_Clear(self);
-                                               bprint ("^4", self.netname, "^4 is playing now\n");
+                                               Send_Notification(NOTIF_ANY, world, MSG_INFO, INFO_JOIN_PLAY, self.netname);
                                                PutClientInServer();
                                        }
                                        else