From 9a37efd49e854f01ffb797e70bfe56ccdb80ecc6 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 9 Jun 2016 19:46:40 +0200 Subject: [PATCH] Fixed explosion protection --- src/de/epiceric/shopchest/config/Config.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {