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