Skip to content

Commit

Permalink
适配 0.2.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintCirno9 committed Jan 27, 2020
1 parent 0c83dcf commit 5b2227e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions SLManager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@
## 1.5.5
- 支援太吾 0.2.6.x
- 改以負面列表方式處理存檔包含的檔案,減少未來改版造成存檔遺失的風險

## 1.5.6
- 适配太吾 0.2.7.x
2 changes: 1 addition & 1 deletion SLManager/Patch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ private static void Prefix(Enum _em, object[] args)
if (Main.settings.regenerateRandomSeedAfterLoad)
{
UnityEngine.Random.InitState(Environment.TickCount);
DateFile.instance.SetRandSeed(true);
DateFile.instance.ResetRandSeed(0);
#if DEBUG
Main.Logger.Log($"重置亂數種子");
#endif
Expand Down

0 comments on commit 5b2227e

Please sign in to comment.