mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-04 16:31:45 +01:00
Minor fix on the fix... porting issue
This commit is contained in:
@@ -1266,7 +1266,7 @@ int enter_player_game (struct descriptor_data *d)
|
|||||||
|
|
||||||
/* Save the character and their object file */
|
/* Save the character and their object file */
|
||||||
save_char(d->character);
|
save_char(d->character);
|
||||||
Crash_crashsave(ch);
|
Crash_crashsave(d->character);
|
||||||
|
|
||||||
/* Check for a login trigger in the players' start room */
|
/* Check for a login trigger in the players' start room */
|
||||||
login_wtrigger(&world[IN_ROOM(d->character)], d->character);
|
login_wtrigger(&world[IN_ROOM(d->character)], d->character);
|
||||||
|
|||||||
Reference in New Issue
Block a user