Fixed stacking electrostatic linker

This commit is contained in:
Calclavia 2013-08-05 15:48:21 -04:00
parent 64bc122890
commit 20fd0d2e46

View file

@ -22,6 +22,7 @@ public abstract class ItemCoordLink extends ItemBase
public ItemCoordLink(String name, int id)
{
super(name, id);
this.setMaxStackSize(1);
}
@Override