mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-05-06 15:50:43 +00:00
commit
d93719ebcf
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ public class Trade
|
||||||
public TradeType getType()
|
public TradeType getType()
|
||||||
{
|
{
|
||||||
if (getExperience() != null) {
|
if (getExperience() != null) {
|
||||||
return TradeType.MONEY;
|
return TradeType.EXP;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (getItemStack() != null)
|
if (getItemStack() != null)
|
||||||
|
|
Loading…
Reference in a new issue