creates account with world parameter

This commit is contained in:
7u83 2018-12-31 14:08:44 +01:00
parent e99aa62c59
commit a9ad772112
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ public abstract class AbstractTrader implements Trader {
public AbstractTrader(World world, JSONObject cfg) {
this.world=world;
this.account = new Account();
this.account = new Account(world);
AssetPack pack;
pack = new AssetPack(this.world.getDefaultAssetPair().getCurrency(),1000);