1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00

Remove unnecessary timestamp update

Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
Joseph Madamba 2022-11-06 19:45:59 -08:00 committed by GitHub
parent 61ec0ba566
commit 76df61504f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ namespace osu.Game.Overlays.Chat
updateMessageContent();
FinishTransforms(true);
prefer24HourTime.BindValueChanged(_ => updateTimestamp(), true);
prefer24HourTime.BindValueChanged(_ => updateTimestamp());
}
/// <summary>