mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-09 20:21:07 +00:00
Fixed explosion protection
This commit is contained in:
parent
479bf49286
commit
9a37efd49e
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user