Fix hopper id's

This commit is contained in:
ceze88 2023-08-10 11:46:16 +02:00
parent aefe0d65b6
commit c3952e9bd7

View File

@ -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");
}
/**