Skip to content

Commit

Permalink
remove useless setter
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddio0141 committed Nov 8, 2024
1 parent 9e6f5b1 commit 49eaf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UniTAS/Patcher/ManualServices/UniTASSha256Info.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ static UniTASSha256Info()
File.WriteAllBytes(oldRunSha256Path, currentRunSha256);
}

public static bool UniTASInvalidCache { get; set; }
public static bool UniTASInvalidCache { get; }
public static bool GameCacheInvalid { get; set; }
}

0 comments on commit 49eaf16

Please sign in to comment.