mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-04 00:18:49 +01:00
Fixed a typo in do_scan
This commit is contained in:
parent
09f497b0b3
commit
95e80969d3
1 changed files with 1 additions and 1 deletions
|
|
@ -2662,6 +2662,6 @@ ACMD(do_scan)
|
|||
scanned_room = IN_ROOM(ch);
|
||||
} // end of directions
|
||||
if (!found) {
|
||||
send_to_char(ch, "You don't see aanything nearby!\r\n");
|
||||
send_to_char(ch, "You don't see anything nearby!\r\n");
|
||||
}
|
||||
} // end of do_scan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue