mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Disabling exp as currency. Normal money will be used.
This commit is contained in:
parent
fc1ccda0fe
commit
907f6c6116
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ public class Trade
|
|||
|
||||
public Trade(final int exp, final IEssentials ess)
|
||||
{
|
||||
this(null, null, null, exp, ess);
|
||||
//TODO: Revert this change, when exp is fixed in Bukkit
|
||||
this(null, (double)exp, null, null, ess);
|
||||
}
|
||||
|
||||
private Trade(final String command, final Double money, final ItemStack item, final Integer exp, final IEssentials ess)
|
||||
|
|
Loading…
Reference in a new issue