From 2b87d8944d85d4d0acba1c707d4566fb2096dbe3 Mon Sep 17 00:00:00 2001 From: msbc1999 Date: Sun, 2 Mar 2025 20:53:47 -0300 Subject: [PATCH] removing unnecessary commented code --- .../content/logistics/factoryBoard/FactoryPanelBehaviour.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/simibubi/create/content/logistics/factoryBoard/FactoryPanelBehaviour.java b/src/main/java/com/simibubi/create/content/logistics/factoryBoard/FactoryPanelBehaviour.java index ec54b8b154..dff2e38bfa 100644 --- a/src/main/java/com/simibubi/create/content/logistics/factoryBoard/FactoryPanelBehaviour.java +++ b/src/main/java/com/simibubi/create/content/logistics/factoryBoard/FactoryPanelBehaviour.java @@ -86,7 +86,6 @@ public class FactoryPanelBehaviour extends FilteringBehaviour implements MenuPro public static final BehaviourType TOP_RIGHT = new BehaviourType<>(); public static final BehaviourType BOTTOM_LEFT = new BehaviourType<>(); public static final BehaviourType BOTTOM_RIGHT = new BehaviourType<>(); -// public static final int REQUEST_INTERVAL = 100; public Map targetedBy; public Map targetedByLinks;