Skip to content

Commit

Permalink
Shutdowndan ONCE cleanup_memory() fonksiyonu
Browse files Browse the repository at this point in the history
  • Loading branch information
Mautrak committed Mar 22, 2024
1 parent b2c26be commit ee61499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/act_wiz.c
Original file line number Diff line number Diff line change
Expand Up @@ -2392,8 +2392,8 @@ void do_shutdown( CHAR_DATA *ch, char *argument )
strcat( buf, "\n\r" );
if (ch->invis_level < LEVEL_HERO)
do_duyuru( ch, buf );
reboot_uzakdiyarlar(FALSE);
cleanup_memory();
reboot_uzakdiyarlar(FALSE);
return;
}

Expand Down

0 comments on commit ee61499

Please sign in to comment.