mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-03 19:15:44 +00:00
Fixing exp trading type.
This commit is contained in:
parent
6d552281d4
commit
63b2766e2b
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ public class Trade
|
|||
public TradeType getType()
|
||||
{
|
||||
if (getExperience() != null) {
|
||||
return TradeType.MONEY;
|
||||
return TradeType.EXP;
|
||||
}
|
||||
|
||||
if (getItemStack() != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue