]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' into Mario/showspecs
authorMario <mario@smbclan.net>
Tue, 14 Jun 2016 14:04:21 +0000 (00:04 +1000)
committerMario <mario@smbclan.net>
Tue, 14 Jun 2016 14:04:21 +0000 (00:04 +1000)
1  2 
qcsrc/client/main.qc
qcsrc/server/cl_client.qc

Simple merge
index 1f92d24442c3bf10cc5944b346d49a85ae37713f,28d9c6c1a04895bc264ace6bbcd99182e44f6f89..c2a5877761c419c2aaa6adba704a371387198ae0
@@@ -1219,10 -1185,8 +1219,10 @@@ void ClientDisconnect(
        if (autocvar_sv_eventlog)
                GameLogEcho(strcat(":part:", ftos(this.playerid)));
  
-       Send_Notification(NOTIF_ALL, world, MSG_INFO, INFO_QUIT_DISCONNECT, this.netname);
+       Send_Notification(NOTIF_ALL, NULL, MSG_INFO, INFO_QUIT_DISCONNECT, this.netname);
  
 +      SetSpectatee(this, NULL);
 +
      MUTATOR_CALLHOOK(ClientDisconnect, this);
  
        ClientState_detach(this);