Closed L4BORG closed 8 years ago
Latest TacoSpigot 1.8, latest CS, latest Vault and latest Essentials.
I'm guessing
if (!usernameToUUID.inverse().containsKey(uuid)) {
usernameToUUID.remove(player.getName()); // https://github.com/dmulloy2/ChestShop-3/issues/11
usernameToUUID.inverse().put(uuid, player.getName());
}
would do the trick.
For this issue, that's the fix.