Cunstruct account with world parameter
This commit is contained in:
parent
844a57df27
commit
904b4a1016
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user