1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-18 12:31:26 +02:00

Merge pull request #378 from Skylexia/2.9

Fixing exp trading type.
This commit is contained in:
KHobbits
2013-03-08 14:08:08 -08:00

View File

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