From 5f3cabb5e61978ae578cb18cb0e0a7632a340195 Mon Sep 17 00:00:00 2001 From: ElectricalBoy <15651807+ElectricalBoy@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:37:54 +0900 Subject: [PATCH 1/2] add category for tracking --- lua/wikis/commons/MatchGroup/Input/Util.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/wikis/commons/MatchGroup/Input/Util.lua b/lua/wikis/commons/MatchGroup/Input/Util.lua index 1b9f1af82e8..f316acbda19 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') mw.log('Player with id ' .. playerInput .. ' not found in opponent data') end From d26b2f07636fd8f0b2be23a4bd594146f69b6465 Mon Sep 17 00:00:00 2001 From: ElectricalBoy <15651807+ElectricalBoy@users.noreply.github.com> Date: Tue, 10 Mar 2026 20:24:34 +0900 Subject: [PATCH 2/2] better category name Co-authored-by: hjpalpha <75081997+hjpalpha@users.noreply.github.com> --- lua/wikis/commons/MatchGroup/Input/Util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/wikis/commons/MatchGroup/Input/Util.lua b/lua/wikis/commons/MatchGroup/Input/Util.lua index f316acbda19..cc69991f6fe 100644 --- a/lua/wikis/commons/MatchGroup/Input/Util.lua +++ b/lua/wikis/commons/MatchGroup/Input/Util.lua @@ -957,7 +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') + mw.ext.TeamLiquidIntegration.add_category('Pages with unknown player input in matches') mw.log('Player with id ' .. playerInput .. ' not found in opponent data') end