Skip to content

Commit

Permalink
feat(infobox): enable autoTeam for freefire (#4219)
Browse files Browse the repository at this point in the history
feat(infobox) Enable autoTeam for freefire
  • Loading branch information
mbergen authored Apr 24, 2024
1 parent f5076f6 commit fb4d0a3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ function CustomPlayer.run(frame)
local player = CustomPlayer(frame)
player:setWidgetInjector(CustomInjector(player))

player.args.autoTeam = true

player.role = player:_getRoleData(player.args.role)
player.role2 = player:_getRoleData(player.args.role2)

Expand Down

0 comments on commit fb4d0a3

Please sign in to comment.