Skip to content

Commit

Permalink
undo accidental display of overall rating in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 7, 2017
1 parent b318a42 commit 99b3617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ local function littlebits(i)
return t
end

for i=1,#ms.SkillSets do
for i=2,#ms.SkillSets do
r[#r+1] = littlebits(i)
end

Expand Down

0 comments on commit 99b3617

Please sign in to comment.