greatman / Craftconomy

A MultiWorld/MultiCurrency economy plugin for Craftbukkit * DEPRECATED. Go in http://github.com/greatman/Craftconomy3 *
http://dev.bukkit.org/server-mods/craftconomy/
4 stars 1 forks source link

/money, /money top doubling entries #23

Open Malkierian opened 12 years ago

Malkierian commented 12 years ago

Whenever I type /money or /money top, I get doubled entries (it gives me my balance twice, and /money top supposedly lists the top 10 players, but it instead lists the top 5 twice).

I'm using the MySQL backend, and the latest Jenkins build.

steffengy commented 12 years ago

Could you post your configuration, that we're able to reproduce? (pastebin e.g.)

Malkierian commented 12 years ago

http://pastebin.com/upat6MRA

However, it seems to be the import script. It imported each account twice, apparently, making for a mess. You should change it to only add on a non-username match. Deleting the second account and balance entries fixed the problem.

steffengy commented 12 years ago

Ah k thought I broke something lol..