Fixed explosion protection

This commit is contained in:
Eric 2016-06-09 19:46:40 +02:00
parent 479bf49286
commit 9a37efd49e

View File

@ -61,7 +61,7 @@ public class Config {
}
public static boolean explosion_protection() {
return plugin.getConfig().getBoolean("explosion-protection)");
return plugin.getConfig().getBoolean("explosion-protection");
}
public static boolean enable_broadcast() {