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

Changing avatar gender does not update the Players table #196

Open
dpogue opened this issue Aug 20, 2024 · 1 comment
Open

Changing avatar gender does not update the Players table #196

dpogue opened this issue Aug 20, 2024 · 1 comment

Comments

@dpogue
Copy link
Member

dpogue commented Aug 20, 2024

Using the Avatar.Clothing.ChangeAvatar console command on an Internal Client, you can change the avatar's gender. However, this does not update the PlayerShape in the Players table used to populate the login screen.

Supposedly this works properly on both Cyan's server and MOSS, presumably they fetch the PlayerNode from the Vault to return the list of players rather than fully caching it in its own table.

@zrax
Copy link
Member

zrax commented Sep 2, 2024

This is a side-effect of caching the players list in a separate table rather than just using the vault directly... It really should be cleaned up and moved to a postgres function or something.

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

No branches or pull requests

2 participants