Fixed error with sound not loading on 1.8

This commit is contained in:
Brianna 2019-06-09 11:28:18 -04:00
parent bb7bf4ea8c
commit 43737db620
2 changed files with 9 additions and 0 deletions

View File

@ -88,5 +88,10 @@
<artifactId>jobs</artifactId>
<version>4.10.3</version>
</dependency>
<dependency>
<groupId>com.bgsoftware</groupId>
<artifactId>WildStacker</artifactId>
<version>2.8.1</version>
</dependency>
</dependencies>
</project>

View File

@ -217,6 +217,10 @@ public class UltimateStacker extends JavaPlugin {
this.settingsManager.reloadConfig();
}
private void convert() {
WildS
}
public boolean spawnersEnabled() {
return !this.getServer().getPluginManager().isPluginEnabled("EpicSpawners") && Setting.SPAWNERS_ENABLED.getBoolean();
}