Skip to content

Commit

Permalink
Fix Build
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Jan 3, 2025
1 parent fdb5174 commit 1d68717
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public class LabsTOPManager {

public static int FLUID_NAME_ELEMENT;
public static int CUSTOM_NAME_ELEMENT;
public static int FLUID_STACK_ELEMENT;

public static void register() {
ITheOneProbe TOP = TheOneProbe.theOneProbeImp;
Expand All @@ -32,7 +31,6 @@ public static void register() {

FLUID_NAME_ELEMENT = TOP.registerElementFactory(LabsFluidNameElement::new);
CUSTOM_NAME_ELEMENT = TOP.registerElementFactory(CustomNameElement::new);
FLUID_STACK_ELEMENT = TOP.registerElementFactory(LabsFluidStackElement::new);
}

public static class TOPTooltipMessage implements IProbeInfoProvider {
Expand Down

0 comments on commit 1d68717

Please sign in to comment.