mirror of
https://github.com/songoda/EpicHoppers.git
synced 2025-01-25 09:01:35 +01:00
fix
This commit is contained in:
parent
7cf5493b01
commit
fb30e2bdad
@ -57,7 +57,7 @@ public class HopHandler {
|
||||
private void hopperRunner() {
|
||||
try {
|
||||
main:
|
||||
for (com.songoda.epichoppers.api.hopper.Hopper hopper : instance.getHopperManager().getHoppers().values()) {
|
||||
for (com.songoda.epichoppers.api.hopper.Hopper hopper : new HashMap<>(instance.getHopperManager().getHoppers()).values()) {
|
||||
|
||||
Location location = hopper.getLocation();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user