mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Attempt to fix Spout NoClassDefFoundError
This commit is contained in:
@ -594,15 +594,6 @@ public class SpoutStuff {
|
||||
}
|
||||
}
|
||||
|
||||
public static void setSpoutEnabled() {
|
||||
if (plugin.getServer().getPluginManager().getPlugin("Spout") != null) {
|
||||
mcMMO.spoutEnabled = true;
|
||||
}
|
||||
else {
|
||||
mcMMO.spoutEnabled = false;
|
||||
}
|
||||
}
|
||||
|
||||
public static void preCacheFiles() {
|
||||
if (mcMMO.spoutEnabled) {
|
||||
extractFiles(); //Extract source materials
|
||||
|
Reference in New Issue
Block a user