Skip to content

Commit ebe471f

Browse files
authored
fix eq_col (#799)
1 parent e586f67 commit ebe471f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/overrides.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ function SMODS.create_mod_badges(obj, badges)
743743
}
744744
local function eq_col(x, y)
745745
for i = 1, 4 do
746-
if x[1] ~= y[1] then
746+
if x[i] ~= y[i] then
747747
return false
748748
end
749749
end

0 commit comments

Comments
 (0)