mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Fixed typo
This commit is contained in:
parent
3095dc4ef1
commit
10f84a7eae
1 changed files with 1 additions and 1 deletions
|
@ -2150,7 +2150,7 @@ ACMD(do_toggle)
|
|||
break;
|
||||
case SCMD_PAGELENGTH:
|
||||
if (!*arg2)
|
||||
send_to_char(ch, "You current page length is set to %d lines.", GET_PAGE_LENGTH(ch));
|
||||
send_to_char(ch, "Your current page length is set to %d lines.", GET_PAGE_LENGTH(ch));
|
||||
else if (is_number(arg2)) {
|
||||
GET_PAGE_LENGTH(ch) = MIN(MAX(atoi(arg2), 5), 255);
|
||||
send_to_char(ch, "Okay, your page length is now set to %d lines.", GET_PAGE_LENGTH(ch));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue