From ada489af7d49990c2c15f109d72951fc37fbf12d Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Sat, 23 Feb 2013 11:49:15 -0500 Subject: [PATCH] Well this is all retarded, join message is handled in separate places?!? --- qcsrc/server/command/cmd.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/command/cmd.qc b/qcsrc/server/command/cmd.qc index 2b52d0f7b..9fe72b829 100644 --- a/qcsrc/server/command/cmd.qc +++ b/qcsrc/server/command/cmd.qc @@ -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 -- 2.39.2