Skip to content

Commit

Permalink
Change ~= to ~= to fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrrhicPachyderm committed Nov 4, 2024
1 parent c434a61 commit d7b0aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/c4e8cd/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ function grabGroup(card, player_clicker_color, _)
break
end
end
if group != nil then
if group ~= nil then
for cardGUID,selected in pairs(data.cards) do
if selected == group then
local card = getObjectFromGUID(cardGUID)

Check warning on line 622 in objects/c4e8cd/script.lua

View workflow job for this annotation

GitHub Actions / luacheck

shadowing definition of argument 'card' on line 608
Expand Down

0 comments on commit d7b0aea

Please sign in to comment.