diff --git a/src/de/epiceric/shopchest/config/Config.java b/src/de/epiceric/shopchest/config/Config.java index 5409139..dd1beb2 100644 --- a/src/de/epiceric/shopchest/config/Config.java +++ b/src/de/epiceric/shopchest/config/Config.java @@ -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() {