mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +00:00
Fix Cheats Menu Mod Again (#238)
The Same Bug from Last Time is there but effects the first box instead, so I went to check and fixed what went wrong with the mod
This commit is contained in:
parent
5ba48c0329
commit
e4bdb1fb17
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ end
|
|||
--- @param value boolean
|
||||
local function update_cheat(index, value)
|
||||
for i, cheat in ipairs(sCheats) do
|
||||
if i == index then
|
||||
if i == index + 1 then
|
||||
gPlayerSyncTable[0][cheat.codename] = value
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue