Skip to content

Commit

Permalink
More Console Log Spam Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Sep 14, 2024
1 parent 864dfa6 commit 362ab54
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ public int getID() {
}

public static String translateFluid(String fluidName, int amount, String packet) {
if (fluidName.isEmpty()) return fluidName; // Empty Tank

var fluid = FluidRegistry.getFluid(fluidName);

// At least try and translate it if fluid is null
Expand Down

0 comments on commit 362ab54

Please sign in to comment.