Skip to content

Commit

Permalink
Fixed Character:getPartyMember()
Browse files Browse the repository at this point in the history
  • Loading branch information
FireRainV authored and NyakoFox committed Sep 24, 2024
1 parent 8585224 commit a863130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/game/world/character.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ end

function Character:getPartyMember()
if self.party then
return Game:getPartyMember(self.id)
return Game:getPartyMember(self.party)
end

for _,party in pairs(Game.party_data) do
Expand Down

0 comments on commit a863130

Please sign in to comment.