1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Update src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/cargo/CargoNet.java

This commit is contained in:
Daniel Walsh 2021-04-10 13:40:28 +01:00 committed by GitHub
parent debbc5bd17
commit 63e3f553ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;