From 93b7c714564e12e3ffe63db396972a685b812d1f Mon Sep 17 00:00:00 2001 From: hjpalpha Date: Sun, 23 Aug 2026 19:45:57 +0200 Subject: [PATCH] fix(Opponent): valid `-1` scores not displayed --- lua/wikis/commons/Opponent.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/wikis/commons/Opponent.lua b/lua/wikis/commons/Opponent.lua index 0a164226872..707fc621c4a 100644 --- a/lua/wikis/commons/Opponent.lua +++ b/lua/wikis/commons/Opponent.lua @@ -711,8 +711,6 @@ function Opponent.getScoreValue(opponent, postfix) if score == 0 and Opponent.isTbd(opponent) then return '' - elseif score == -1 then - return '' elseif scoreDisplay ~= nil then return tostring(Math.round(scoreDisplay, 2)) else