From: Mario Date: Fri, 13 Nov 2015 01:32:33 +0000 (+1000) Subject: Fix notification again X-Git-Tag: xonotic-v0.8.2~1670 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bd3f6ee57c3b6503b07818fc3b241b75f9b7f8ab;p=xonotic%2Fxonotic-data.pk3dir.git Fix notification again --- diff --git a/qcsrc/server/teamplay.qc b/qcsrc/server/teamplay.qc index 5d80a2788..deb6032ce 100644 --- a/qcsrc/server/teamplay.qc +++ b/qcsrc/server/teamplay.qc @@ -652,7 +652,7 @@ void SV_ChangeTeam(float _color) // since this is an engine function, and gamecode doesn't have any calls earlier than this, do the connecting message here if(!IS_CLIENT(self)) - Send_Notification(NOTIF_ALL, self, MSG_INFO, INFO_CONNECTING, self.netname); + Send_Notification(NOTIF_ALL, world, MSG_INFO, INFO_CONNECTING, self.netname); SetPlayerTeam(self, dteam, steam, !IS_CLIENT(self));