mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-12-24 17:17:49 +01:00
Fixed NPE in BOSEconomy
This commit is contained in:
parent
7d377bb068
commit
512183a720
@ -75,7 +75,7 @@ public class BOSE7 implements Method {
|
||||
|
||||
public MethodAccount getAccount(String name) {
|
||||
if (!hasAccount(name))
|
||||
return null;
|
||||
createAccount(name);
|
||||
|
||||
return new BOSEAccount(name, this.BOSEconomy);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user