This commit is contained in:
Yulife 2015-09-25 22:56:36 +02:00
parent 6928d024e2
commit 8d9572af5c

View file

@ -72,7 +72,7 @@ public class ToolStats {
@ZenMethod
public static void setStyle(String material, String name) {
MineTweakerAPI.apply(new SetToolStats(material, "tipStyle" + " ", name));
MineTweakerAPI.apply(new SetToolStats(material, "tipStyle", name));
}
@ZenMethod