mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-18 20:41:37 +02:00
@@ -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)
|
||||||
|
Reference in New Issue
Block a user