Skip to content

Commit

Permalink
fix online player skill profile calls
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Dec 31, 2016
1 parent d5e8e18 commit d1b3ee2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ if GAMESTATE:IsPlayerEnabled(PLAYER_1) then
profile = GetPlayerOrMachineProfile(PLAYER_1)
if profile ~= nil then
skillsets.Overall = profile:GetPlayerRating()
skillsets.Speed = profile:GetPlayerSpeedRating()
skillsets.Stam = profile:GetPlayerStamRating()
skillsets.Jack = profile:GetPlayerJackRating()
skillsets.Speed = profile:GetPlayerSkillsetRating(2)
skillsets.Stam = profile:GetPlayerSkillsetRating(3)
skillsets.Jack = profile:GetPlayerSkillsetRating(4)
end
end

Expand Down

0 comments on commit d1b3ee2

Please sign in to comment.