From 63e3f553cadf17574fc5fd08cb9b24d6074d0c02 Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Sat, 10 Apr 2021 13:40:28 +0100 Subject: [PATCH] Update src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/cargo/CargoNet.java --- .../thebusybiscuit/slimefun4/core/networks/cargo/CargoNet.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/cargo/CargoNet.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/cargo/CargoNet.java index 7da66c4c4..eabbe140f 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/cargo/CargoNet.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/cargo/CargoNet.java @@ -251,7 +251,6 @@ public class CargoNet extends AbstractItemNetwork implements HologramOwner { * @return The frequency of the given node */ private static int getFrequency(@Nonnull Location node) { - String str = BlockStorage.getLocationInfo(node,"frequency"); if (str == null) { return 0;