1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-25 15:41:21 +02:00

Fixing exp trading type.

This commit is contained in:
Skylexia-PC
2013-03-08 17:04:54 -05:00
parent 6d552281d4
commit 63b2766e2b

View File

@@ -217,7 +217,7 @@ public class Trade
public TradeType getType()
{
if (getExperience() != null) {
return TradeType.MONEY;
return TradeType.EXP;
}
if (getItemStack() != null)