Vault

Vault

7M Downloads

Register VaultEco createAccount() Incorrect

coelho opened this issue ยท 2 comments

commented

createAccount(String name) and createAccount(String name, double balance) are creating a bank account when they are supposed to create a player account (which is now possible with the new Vault). Getting a bank account should automatically create the bank account if it is not created.

This makes Vault 1.2.5 not work entirely on plugins that use Register (like Towny). It is weird how Register works like this in my opinion, but that is how it happens.

commented

yah, it shouldn't effect any of the normal register hooked plugins, thanks for the report though.

commented

fixed. thanks