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;