mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-22 18:25:59 +01:00
Fix hopper id's
This commit is contained in:
parent
aefe0d65b6
commit
c3952e9bd7
@ -70,6 +70,7 @@ public class HopperImpl implements Hopper {
|
||||
|
||||
public HopperImpl(Location location) {
|
||||
this.location = location;
|
||||
this.id = EpicHoppers.getPlugin(EpicHoppers.class).getDataManager().getNextId("hoppers");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user