mirror of
https://github.com/songoda/EpicHoppers.git
synced 2025-02-14 10:51:30 +01:00
Make the time to link multiply by the amount of links you have available
This commit is contained in:
parent
1c394944b6
commit
3fe81601f1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user