MySQL doesn't create Bank accounts properly
Mike-Le-Pauvre opened this issue ยท 0 comments
Players create bank acounts and the plugin doesn't create the record in the cc3_balance table. cc3_acl and cc3_account both work as expected.
This means that when a player creates an account and deposit money into it he loses the money. The plugin sees it as if the account existed because of acl and accounts working like they should but the balance isn't saved anywhere.
Also, I tried creating accounts with random names to be sure that it's not caused by players having the same name as an account and it still did the same thing. Some accounts were created and some weren't.
There isn't any errors in console...