Added admin levels to who list, and minor bug fixes

This commit is contained in:
JamDog
2010-11-25 20:34:26 +00:00
parent 5acbfd29eb
commit a95ac76ef7
5 changed files with 16 additions and 6 deletions

View File

@@ -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 {