Merge branch 'development'

This commit is contained in:
Brianna 2020-10-12 12:23:07 -05:00
commit caea5a7955
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<groupId>com.songoda</groupId> <groupId>com.songoda</groupId>
<artifactId>UltimateStacker</artifactId> <artifactId>UltimateStacker</artifactId>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<version>2.0.8b</version> <version>2.0.9</version>
<build> <build>
<defaultGoal>clean install</defaultGoal> <defaultGoal>clean install</defaultGoal>
<finalName>UltimateStacker-${project.version}</finalName> <finalName>UltimateStacker-${project.version}</finalName>

View File

@ -245,7 +245,7 @@ public class UltimateStacker extends SongodaPlugin {
this.stackingTask = new StackingTask(this); this.stackingTask = new StackingTask(this);
getServer().getPluginManager().registerEvents(new ChunkListeners(entityStackManager), 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.dataManager.getBlocks((blocks) -> {
this.blockStackManager.addBlocks(blocks); this.blockStackManager.addBlocks(blocks);
if (useBlockHolo) { if (useBlockHolo) {