Aust1n46 / VentureChat

GNU General Public License v3.0
37 stars 46 forks source link

Two yaml files with the same name but different UUIDs stops private messages #115

Open MrJoshuaT opened 4 months ago

MrJoshuaT commented 4 months ago

We recently had a player unable to receive private messages. After debugging the code flow it was due to 2 yaml files with the same username but different UUIDs, after deleting these and rebooting the server it resolved the issue.

This happened we believe because the player created a new account with a different name, renamed the original account to a different username, then after 30 days renamed the new account to the old account name, this then caused 2 yaml files with different UUIDs but with the same name.

Aust1n46 commented 3 months ago

Interesting. I can see how that could happen. Might not fix it right away, but it's good to keep in mind if someone else runs into the same issue!