mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Minor fix on the fix... porting issue
This commit is contained in:
parent
d9c5365b26
commit
4572a874b4
1 changed files with 1 additions and 1 deletions
|
@ -1266,7 +1266,7 @@ int enter_player_game (struct descriptor_data *d)
|
|||
|
||||
/* Save the character and their object file */
|
||||
save_char(d->character);
|
||||
Crash_crashsave(ch);
|
||||
Crash_crashsave(d->character);
|
||||
|
||||
/* Check for a login trigger in the players' start room */
|
||||
login_wtrigger(&world[IN_ROOM(d->character)], d->character);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue