[mw-devel] MW3 r1037 - trunk/src
arthur at sucs.org
arthur at sucs.org
Tue Jun 3 14:40:51 BST 2008
Author: arthur
Date: 2008-06-03 14:40:50 +0100 (Tue, 03 Jun 2008)
New Revision: 1037
Modified:
trunk/src/mesg.c
Log:
no point sending wiz to an su if they havent got the W flag
Modified: trunk/src/mesg.c
===================================================================
--- trunk/src/mesg.c 2008-04-21 05:33:55 UTC (rev 1036)
+++ trunk/src/mesg.c 2008-06-03 13:40:50 UTC (rev 1037)
@@ -163,7 +163,7 @@
}
break;
case 2:
- if ((u_god(user.status) || s_wizchat(user.special)) && !s_chatoff(user.special))
+ if (s_wizchat(user.special) && !s_chatoff(user.special))
{
snprintf(buff, MAXTEXTLENGTH, "\03306%s%s", israw?"":"Wiz: ", text);
ipc_send_to_pid(w.pid, IPC_WIZ, buff);
More information about the mw-devel
mailing list