diff options
Diffstat (limited to 'ihl/utils/IHLUtils.java')
| -rw-r--r-- | ihl/utils/IHLUtils.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ihl/utils/IHLUtils.java b/ihl/utils/IHLUtils.java index 5099727..cba20b5 100644 --- a/ihl/utils/IHLUtils.java +++ b/ihl/utils/IHLUtils.java @@ -915,7 +915,6 @@ public class IHLUtils is.stackTagCompound.setBoolean("firstConnection",false);
is.stackTagCompound.setInteger("fullLength", length);
is.stackTagCompound.setInteger("length", length);
- is.stackTagCompound.setBoolean("firstConnection", false);
is.stackTagCompound.setString("material", material);
is.stackTagCompound.setInteger("transverseSection",transverseSection);
return is;
|
