diff --git a/lua/wikis/commons/MatchGroup/Input/Util.lua b/lua/wikis/commons/MatchGroup/Input/Util.lua index 1b9f1af82e8..cc69991f6fe 100644 --- a/lua/wikis/commons/MatchGroup/Input/Util.lua +++ b/lua/wikis/commons/MatchGroup/Input/Util.lua @@ -957,6 +957,7 @@ function MatchGroupInputUtil.findPlayerId(players, playerInput, playerLink) if playerIndex > 0 then return playerIndex end + mw.ext.TeamLiquidIntegration.add_category('Pages with unknown player input in matches') mw.log('Player with id ' .. playerInput .. ' not found in opponent data') end