Fixed #207 - Gears not having subtypes

This commit is contained in:
Calclavia 2014-02-05 13:37:37 +08:00
parent 82e03d45fd
commit b0d97743e3

View file

@ -23,6 +23,7 @@ public class ItemGear extends JItemMultiPart
public ItemGear(int id)
{
super(id);
setHasSubtypes(true);
}
@Override