Fixed #207 - Gears not having subtypes
This commit is contained in:
parent
82e03d45fd
commit
b0d97743e3
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ public class ItemGear extends JItemMultiPart
|
|||
public ItemGear(int id)
|
||||
{
|
||||
super(id);
|
||||
setHasSubtypes(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue