removing unnecessary commented code

This commit is contained in:
msbc1999 2025-03-02 20:53:47 -03:00
parent c2e91fc2dc
commit 2b87d8944d

View file

@ -86,7 +86,6 @@ public class FactoryPanelBehaviour extends FilteringBehaviour implements MenuPro
public static final BehaviourType<FactoryPanelBehaviour> TOP_RIGHT = new BehaviourType<>(); public static final BehaviourType<FactoryPanelBehaviour> TOP_RIGHT = new BehaviourType<>();
public static final BehaviourType<FactoryPanelBehaviour> BOTTOM_LEFT = new BehaviourType<>(); public static final BehaviourType<FactoryPanelBehaviour> BOTTOM_LEFT = new BehaviourType<>();
public static final BehaviourType<FactoryPanelBehaviour> BOTTOM_RIGHT = new BehaviourType<>(); public static final BehaviourType<FactoryPanelBehaviour> BOTTOM_RIGHT = new BehaviourType<>();
// public static final int REQUEST_INTERVAL = 100;
public Map<FactoryPanelPosition, FactoryPanelConnection> targetedBy; public Map<FactoryPanelPosition, FactoryPanelConnection> targetedBy;
public Map<BlockPos, FactoryPanelConnection> targetedByLinks; public Map<BlockPos, FactoryPanelConnection> targetedByLinks;