Update Discord.cpp

This commit is contained in:
Nayla 2024-05-11 22:43:59 -04:00 committed by GitHub
commit a6ac5b3c86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ bool mpn_update_discord()
if (mpn_read_value(CurrentState.Addresses->CurrentTurn, 1) == (mpn_read_value(CurrentState.Addresses->TotalTurns, 1) + 1))
{
State::Save(1);
State::Save(1, false);
}
if (CurrentState.Addresses != NULL)
{