Skip to content

Commit

Permalink
Update Profile tab skillsets when player rating updates
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Nov 28, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4ee9370 commit 77e3ab3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -614,6 +614,9 @@ local function littlebits(i)
end,
UpdateRankingMessageCommand = function(self)
self:queuecommand("Set")
end,
PlayerRatingUpdatedMessageCommand = function(self)
self:queuecommand("Set")
end
}
}

0 comments on commit 77e3ab3

Please sign in to comment.