CraftConomy

154k Downloads

Message returned by "/bank withdraw [account] [amount]" is not defined in lang.yml

CreamyCewie opened this issue · 0 comments

commented

The Message returned from the Command "\bank withdraw" is not defined in lang.yml, it´s hardcoded in the Source-File "

src\main\java\com\greatmancode\craftconomy3\commands\bank\BankWithdrawCommand.java

", Line 50

Pls add

sendMessage(sender, Common.getInstance().getLanguageManager().getString("bank_withdraw")); so anyone can translate this return!
`