mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-09 20:41:23 +01:00
Fixing exp trading type.
This commit is contained in:
parent
6d552281d4
commit
63b2766e2b
@ -217,7 +217,7 @@ public class Trade
|
||||
public TradeType getType()
|
||||
{
|
||||
if (getExperience() != null) {
|
||||
return TradeType.MONEY;
|
||||
return TradeType.EXP;
|
||||
}
|
||||
|
||||
if (getItemStack() != null)
|
||||
|
Loading…
Reference in New Issue
Block a user