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

Base character data isn't networked #467

Open
VortixDev opened this issue Mar 14, 2019 · 0 comments
Open

Base character data isn't networked #467

VortixDev opened this issue Mar 14, 2019 · 0 comments

Comments

@VortixDev
Copy link
Member

Any pieces of data using the character data system which are used with Clockwork.player.AddCharacterData should be networked using the SharedVars system. When the fourth parameter of playerMeta.SetCharacterData (bFromBase) is set to true, this does not happen. The result is that various pieces of data which are meant to be networked actually aren't.

Commits have been pushed in the past which attempt to deal with the symptoms of this, namely commits 2b40cc1 and 818d608. These don't, however, address the root problem, which is that playerMeta.SetCharacterData isn't networking all of the data it is meant to. Once the root issue is addressed, these patches can be reverted.

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

1 participant