mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 02:30:13 +01:00
Added send_cannot_edit, removed LVL_FREEZE, and fixed fight_messages. --Rumble
This commit is contained in:
parent
f2bb44ceb1
commit
42377c319a
37 changed files with 6212 additions and 7018 deletions
|
|
@ -810,7 +810,7 @@ void cedit_parse(struct descriptor_data *d, char *arg)
|
|||
return;
|
||||
default :
|
||||
write_to_output(d, "\r\nThat is an invalid choice!\r\n");
|
||||
write_to_output(d, "Do you wish to save the configuration? (y/n) : ");
|
||||
write_to_output(d, "Do you wish to save your changes? (y/n) : ");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -850,7 +850,7 @@ void cedit_parse(struct descriptor_data *d, char *arg)
|
|||
|
||||
case 'q':
|
||||
case 'Q':
|
||||
write_to_output(d, "Do you wish to save the configuration? (y/n) : ");
|
||||
write_to_output(d, "Do you wish to save your changes? (y/n) : ");
|
||||
OLC_MODE(d) = CEDIT_CONFIRM_SAVESTRING;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue