Skip to content

Commit

Permalink
Fix luacheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Nov 1, 2023
1 parent 60b745b commit 284eda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modebase/player.lua
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function ctf_modebase.player.give_initial_stuff(player)
end

for stack, idx in pairs(tmp) do
if not new[idx] == stack then
if new[idx] ~= stack then
table.insert(new, stack)
end
end
Expand Down

0 comments on commit 284eda8

Please sign in to comment.