Skip to content

Commit e046f0e

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 071e52f + 6f1d1ec commit e046f0e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

MY_!Base/src/lib/Game.Fellowship.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,11 @@ function X.GetFellowshipEntryInfo(xPlayerID)
249249
end
250250
FELLOWSHIP_ROLE_ENTRY_UPDATE = true
251251
else
252-
FELLOWSHIP_ROLE_ENTRY_UPDATE = false
252+
X.IterFellowshipInfo(function(tFellowship)
253+
if tFellowship.xID == xPlayerID then
254+
FELLOWSHIP_ROLE_ENTRY_UPDATE = false
255+
end
256+
end)
253257
end
254258
return tPei
255259
end

0 commit comments

Comments
 (0)