Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Faction member list does not update when added to #143

Open
Tyrsis opened this issue Sep 6, 2014 · 0 comments
Open

BUG: Faction member list does not update when added to #143

Tyrsis opened this issue Sep 6, 2014 · 0 comments

Comments

@Tyrsis
Copy link

Tyrsis commented Sep 6, 2014

Join a faction, check faction member list, player is not in faction.

The player is indeed in the faction, and I'm actually able to invoke on the backingobject to get a faction collection that indeed has the player in the faction.

MyObjectBuilder_FactionCollection m_factionCollection = (MyObjectBuilder_FactionCollection)InvokeEntityMethod(FactionsManager.Instance.BackingObject, FactionsManager.FactionManagerGetFactionCollectionMethod);

will return a collection that does have a faction that contains the player. So it's updated in the game, just not in API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants