Merge branch 'main' into dev

This commit is contained in:
Agent X 2024-07-21 18:55:29 -04:00
commit b78c438871
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ end
--- @param value boolean --- @param value boolean
local function update_cheat(index, value) local function update_cheat(index, value)
for i, cheat in ipairs(sCheats) do for i, cheat in ipairs(sCheats) do
if i == index then if i == index + 1 then
gPlayerSyncTable[0][cheat.codename] = value gPlayerSyncTable[0][cheat.codename] = value
end end
end end