From dac1e2ac021991d1f73e64eea33ffcfb6737f27e Mon Sep 17 00:00:00 2001 From: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Date: Sat, 16 Jun 2018 22:00:03 +0200 Subject: fixed Multiple items on one page --- src/main/java/gregtech/api/util/GT_Assemblyline_Server.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/gregtech/api/util') diff --git a/src/main/java/gregtech/api/util/GT_Assemblyline_Server.java b/src/main/java/gregtech/api/util/GT_Assemblyline_Server.java index 5ede304298..712699b760 100644 --- a/src/main/java/gregtech/api/util/GT_Assemblyline_Server.java +++ b/src/main/java/gregtech/api/util/GT_Assemblyline_Server.java @@ -96,5 +96,5 @@ public class GT_Assemblyline_Server { internal3 = null; internal4 = null; } - + } -- cgit