Skip to content

Commit

Permalink
fix(opponent): resolve pagename for sc(2) TemplatePlayer (#5231)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha authored Dec 22, 2024
1 parent 1662d72 commit ed5b8e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ function StarcraftPlayerDisplay.TemplatePlayer(frame)
pageName = pageName,
faction = String.nilIfEmpty(args.race) or String.nilIfEmpty(args.faction) or Faction.defaultFaction,
}
StarcraftPlayerExt.populatePageName(player)

if not args.novar then
StarcraftPlayerExt.saveToPageVars(player, {overwritePageVars = true})
Expand Down

0 comments on commit ed5b8e0

Please sign in to comment.