Cunstruct account with world parameter
This commit is contained in:
@ -71,7 +71,7 @@ public class Exchange implements Configurable, GetJson {
|
||||
private HashSet<Account> accounts = new HashSet<>();
|
||||
|
||||
Account createAccount() {
|
||||
Account a = new Account(this);
|
||||
Account a = new Account(this.world);
|
||||
accounts.add(a);
|
||||
return a;
|
||||
}
|
||||
|
Reference in New Issue
Block a user