Skip to content

Commit

Permalink
Remove duplicate field in sc2 infobox building (#3342)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha authored Oct 2, 2023
1 parent ef7dab1 commit 1279a2a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ function CustomInjector:addCustomCells(widgets)
widgets,
Cell{name = 'Size', content = {_args.size}},
Cell{name = 'Sight', content = {_args.sight}},
Cell{name = 'Sight', content = {_args.sight}},
Cell{name = 'Energy', content = {_args.energy}},
Cell{name = 'Detection/Attack Range', content = {_args.detection_range}}
)
Expand Down

0 comments on commit 1279a2a

Please sign in to comment.