mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-26 20:18:49 +01:00
Reverted. Still can't see OLC in wiznet, have to do some digging to fix this. --Rumble
This commit is contained in:
parent
d27f03899f
commit
727bb9213c
1 changed files with 5 additions and 1 deletions
|
|
@ -2220,8 +2220,12 @@ ACMD(do_wiznet)
|
|||
if (IS_PLAYING(d) && (GET_LEVEL(d->character) >= level) &&
|
||||
(!PRF_FLAGGED(d->character, PRF_NOWIZ))
|
||||
&& (d != ch->desc || !(PRF_FLAGGED(d->character, PRF_NOREPEAT)))) {
|
||||
if (CAN_SEE(d->character, ch))
|
||||
msg = act(buf1, FALSE, d->character, 0, 0, TO_CHAR | DG_NO_TRIG);
|
||||
add_history(d->character, msg, HIST_WIZNET);
|
||||
else
|
||||
msg = act(buf2, FALSE, d->character, 0, 0, TO_CHAR | DG_NO_TRIG);
|
||||
|
||||
add_history(d->character, msg, HIST_WIZNET);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue