Make the time to link multiply by the amount of links you have available

This commit is contained in:
Brianna 2019-10-15 12:10:28 -04:00
parent 1c394944b6
commit 3fe81601f1

View File

@ -126,7 +126,7 @@ public class Hopper {
instance.getLocale().getMessage("event.hopper.synctimeout").sendPrefixedMessage(player);
playerData.setSyncType(null);
}
}, instance.getConfig().getLong("Main.Timeout When Syncing Hoppers"));
}, instance.getConfig().getLong("Main.Timeout When Syncing Hoppers") * level.getLinkAmount());
}
public void link(Block toLink, boolean filtered, Player player) {