JonnyPtn / zomboi

A discord bot for project zomboid multiplayer servers
50 stars 33 forks source link

Info command shows incorrect perk levels #1

Closed laurigates closed 2 years ago

laurigates commented 2 years ago

The info command shows the same perks and levels regardless of which player is queried. It seems to create a mashup of them, displaying the highest level found amongst the players for each perk.

JonnyPtn commented 2 years ago

Thanks! I made a bit of a silly mistake and wasn't copying the default perk dict, so all user instances were referencing the same one. Should be fixed now