mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-26 08:29:44 +00:00
Fix "x times" on signs.
This commit is contained in:
parent
d299309c67
commit
33d7776a8e
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ public class EssentialsSign
|
|||
if (item.equalsIgnoreCase("times"))
|
||||
{
|
||||
sign.setLine(index, (quantity - decrement) + " times");
|
||||
sign.updateSign();
|
||||
return new Trade(signName.toLowerCase(Locale.ENGLISH) + "sign", ess);
|
||||
}
|
||||
else if (item.equalsIgnoreCase("exp") || item.equalsIgnoreCase("xp"))
|
||||
|
|
Loading…
Reference in a new issue