[mw-devel] MW3 r1048 - trunk/src
arthur at sucs.org
arthur at sucs.org
Wed Jul 16 15:38:55 BST 2008
Author: arthur
Date: 2008-07-16 15:38:54 +0100 (Wed, 16 Jul 2008)
New Revision: 1048
Modified:
trunk/src/who.c
Log:
update the who list markings for wizchat
Modified: trunk/src/who.c
===================================================================
--- trunk/src/who.c 2008-07-15 17:10:27 UTC (rev 1047)
+++ trunk/src/who.c 2008-07-16 14:38:54 UTC (rev 1048)
@@ -86,7 +86,7 @@
if (wfile<0 || ufile<0) return; /* whoops */
/* do we tell them who can hear wiz messages */
- if (u_god(user->status) || s_wizchat(user->special)) wizchat=1; else wizchat=0;
+ if (s_wizchat(user->special)) wizchat=1; else wizchat=0;
if (mode==1)
printf("\nUser status...\n");
@@ -111,7 +111,7 @@
show_user_stats(u.status,stats,TRUE);
/* can they hear wiz messages ? */
- if ((u_god(u.status) || s_wizchat(u.special)) && !s_chatoff(u.special))
+ if (s_wizchat(u.special) && !s_chatoff(u.special))
chat='*';
else
chat=' ';
More information about the mw-devel
mailing list