mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-16 04:48:05 +01:00
Fixed another typo, added a check for !NPC do_gen_comm, and changed do_return to only run autowiz if level changes. --Rumble
This commit is contained in:
parent
63c6808612
commit
a7ffa85498
3 changed files with 6 additions and 3 deletions
|
|
@ -456,7 +456,7 @@ ACMD(do_gen_comm)
|
|||
return;
|
||||
}
|
||||
/* Make sure the char is on the channel. */
|
||||
if (PRF_FLAGGED(ch, channels[subcmd])) {
|
||||
if (!IS_NPC(ch) && PRF_FLAGGED(ch, channels[subcmd])) {
|
||||
send_to_char(ch, "%s", com_msgs[subcmd][2]);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue