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

Fix "x times" on signs.

This commit is contained in:
Alexander Schepp
2012-07-31 13:13:18 +03:00
parent 2b3ab23367
commit b35449f1fd

View File

@@ -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"))