greatman / craftconomy3

A Economy plugin for Bukkit & Canary Recode!
GNU Lesser General Public License v3.0
36 stars 65 forks source link

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

Open CreamyCewie opened 6 years ago

CreamyCewie commented 6 years ago

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! `