Fe - Economy

59k Downloads

Different account balances

bloggy opened this issue ยท 3 comments

commented

FE Economy version:
Build #51 (17.06.2014 01:56:24)

I have this problem:

When player "alpha" is entering the command /money player1
the result is: 100 Dollar

When player "player1" is entering the command /money
the result is: 150 Dollar

I am runnings the plugin with mysql. In the table it says:
player1 - 150

Is this a bug or am I doing something wrong?
My config: http://pastebin.com/pLLP6ifR

maybe this has something to do with lower- and upper case letters.
for example:
Player1 balance = 125
player1 balance = 176
player1 balance in mysql database: 154

very very strange!

commented

Try with the newest development build. There might be more than one entry in the database for that player that you might need to remove.

commented

Using latest dev build already. There is only one entry in the database for the user.

commented

Duplicate to #65