Skip to content

Commit

Permalink
Merge pull request #796 from zymex22/issue793
Browse files Browse the repository at this point in the history
fixed issue by ensuring correct settings are loaded
  • Loading branch information
Sn1p3rr3c0n authored Jul 14, 2024
2 parents 42a63d0 + 1c55b37 commit 849c69d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public override void Tick()

public void RefreshStoreSettings()
{
if (mode == StorageIOMode.Output)
if (IOMode == StorageIOMode.Output)
{
settings = outputStoreSettings;
if (boundStorageUnit != null && settings.Priority != boundStorageUnit.GetSettings.Priority)
Expand Down

0 comments on commit 849c69d

Please sign in to comment.