mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
feat: respect game sound mixer settings for sfx
This commit is contained in:
parent
77b0a1f4e5
commit
691c256d60
2 changed files with 51 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue