mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-04 11:27:18 +02:00
Accounts update 1
This commit is contained in:
parent
c3db46da13
commit
76513050cb
20 changed files with 626 additions and 147 deletions
|
|
@ -992,8 +992,8 @@ void extract_char_final(struct char_data *ch)
|
|||
if (GET_POS(ch) == POS_DEAD) {
|
||||
STATE(ch->desc) = CON_CLOSE;
|
||||
} else {
|
||||
STATE(ch->desc) = CON_MENU;
|
||||
write_to_output(ch->desc, "%s", CONFIG_MENU);
|
||||
STATE(ch->desc) = CON_ACCOUNT_MENU;
|
||||
send_account_menu(ch->desc);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue