Lets use the correct hologram config option for block stacking.

This commit is contained in:
Brianna 2020-10-12 12:10:45 -05:00
parent 98d43025b2
commit cce2f5d71e
1 changed files with 1 additions and 1 deletions

View File

@ -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) {