just a typo in do_display
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user