Skip to content

Commit

Permalink
Store LPDB data for player's history on CoD (#3727)
Browse files Browse the repository at this point in the history
* add `addlpdbdata` for Transfers to COD Infobox player

* Update infobox_person_player_custom.lua
  • Loading branch information
Hesketh2 authored Jan 8, 2024
1 parent 7648d08 commit a339d75
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ function CustomInjector:parse(id, widgets)
if id == 'history' then
local manualHistory = _args.history
local automatedHistory = TeamHistoryAuto._results{
convertrole = 'true',
convertrole = true,
addlpdbdata = true,
player = _pagename
}

Expand Down

0 comments on commit a339d75

Please sign in to comment.