Skip to content

Commit

Permalink
Fixed validation hash generation (#79)
Browse files Browse the repository at this point in the history
Tweaked weights.
  • Loading branch information
sbzappa authored Nov 10, 2023
1 parent e5c9a24 commit 9531457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MaraBot/Core/CommandUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ await Task.Run(() =>
$"srcRom={config.RomPath}",
$"dstRom={tempFolder}/{seed}.sfc",
$"seed={seed}",
$"options=\"{rawOptionsString}\""
$"options={rawOptionsString}"
}
},
EnableRaisingEvents = true
Expand Down Expand Up @@ -837,7 +837,7 @@ await Task.Run(() =>
$"srcRom={config.RomPath}",
$"dstRom={tempFolder}/{seed}.sfc",
$"seed={seed}",
$"options=\"{rawOptionsString}\""
$"options={rawOptionsString}"
}
},
EnableRaisingEvents = true
Expand Down
1 change: 0 additions & 1 deletion config/mystery.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@

"opGold": {
"values": {
"0": 5,
"1": 5,
"3": 5
}
Expand Down

0 comments on commit 9531457

Please sign in to comment.