Update clans store items to currency changes
This commit is contained in:
parent
dfbebe11f4
commit
62871686b0
@ -336,7 +336,7 @@ public class Enjin extends MiniPlugin implements CommandExecutor
|
|||||||
_purchaseManager.addAccountPurchaseToQueue(client.getAccountId(), packageName, 1, data == TransactionResponse.Success);
|
_purchaseManager.addAccountPurchaseToQueue(client.getAccountId(), packageName, 1, data == TransactionResponse.Success);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, name, client.getAccountId(), packageName, CurrencyType.GEM, 0, false);
|
}, name, client.getAccountId(), packageName, GlobalCurrency.GEM, 0, false);
|
||||||
//enjin_mineplex clansBanner AlexTheCoder true
|
//enjin_mineplex clansBanner AlexTheCoder true
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user