mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-11 23:32:34 +01:00
Added admin levels to who list, and minor bug fixes
This commit is contained in:
parent
5acbfd29eb
commit
a95ac76ef7
5 changed files with 16 additions and 6 deletions
|
|
@ -797,7 +797,7 @@ void redit_parse(struct descriptor_data *d, char *arg)
|
|||
|
||||
case REDIT_EXIT_DOORFLAGS:
|
||||
number = atoi(arg);
|
||||
if (number < 0 || number > 2) {
|
||||
if (number < 0 || number > 4) {
|
||||
write_to_output(d, "That's not a valid choice!\r\n");
|
||||
redit_disp_exit_flag_menu(d);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue