mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-26 01:51:42 +01:00
commit
d93719ebcf
@ -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