Skip to content

Commit

Permalink
Only update tied ex's on better judgment counts
Browse files Browse the repository at this point in the history
  • Loading branch information
teejusb committed Mar 20, 2023
1 parent dc86bef commit 0c5fd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/SL_ITL.lua
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ UpdateItlData = function(player)

if better then
hashMap[hash]["judgments"] = DeepCopy(data["judgments"])
updated = true
end
updated = true
end
end

Expand Down

0 comments on commit 0c5fd16

Please sign in to comment.