mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-05 17:08:49 +01:00
just a typo in do_display
This commit is contained in:
parent
b124dd3cb2
commit
16b0c12174
1 changed files with 1 additions and 1 deletions
|
|
@ -634,7 +634,7 @@ ACMD(do_display)
|
|||
size_t i;
|
||||
|
||||
if (IS_NPC(ch)) {
|
||||
send_to_char(ch, "Mosters don't need displays. Go away.\r\n");
|
||||
send_to_char(ch, "Monsters don't need displays. Go away.\r\n");
|
||||
return;
|
||||
}
|
||||
skip_spaces(&argument);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue