mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-11-14 22:25:22 +01:00
Lets use the correct hologram config option for block stacking.
This commit is contained in:
parent
98d43025b2
commit
cce2f5d71e
@ -245,7 +245,7 @@ public class UltimateStacker extends SongodaPlugin {
|
||||
this.stackingTask = new StackingTask(this);
|
||||
getServer().getPluginManager().registerEvents(new ChunkListeners(entityStackManager), this);
|
||||
});
|
||||
final boolean useBlockHolo = Settings.SPAWNER_HOLOGRAMS.getBoolean();
|
||||
final boolean useBlockHolo = Settings.BLOCK_HOLOGRAMS.getBoolean();
|
||||
this.dataManager.getBlocks((blocks) -> {
|
||||
this.blockStackManager.addBlocks(blocks);
|
||||
if (useBlockHolo) {
|
||||
|
Loading…
Reference in New Issue
Block a user