feat: respect game sound mixer settings for sfx

This commit is contained in:
goaaats 2022-04-01 03:03:59 +02:00
parent 77b0a1f4e5
commit 691c256d60
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 51 additions and 2 deletions

View file

@ -279,7 +279,7 @@ namespace Dalamud
var offset = timeZone.GetUtcOffset(DateTime.UtcNow);
var config = Service<DalamudConfiguration>.Get();
config.Fools22New = offset.Hours < 1;
config.Fools22New ??= offset.Hours < 1;
config.Save();
this.fools22 = new Fools22();