diff --git a/src/me/ryanhamshire/GriefPrevention/GriefPrevention.java b/src/me/ryanhamshire/GriefPrevention/GriefPrevention.java index 2794427..ca51aae 100644 --- a/src/me/ryanhamshire/GriefPrevention/GriefPrevention.java +++ b/src/me/ryanhamshire/GriefPrevention/GriefPrevention.java @@ -1580,7 +1580,7 @@ public class GriefPrevention extends JavaPlugin else { - String noBuildReason = claim.allowBuild(player, Material.TNT); + String noBuildReason = claim.allowBuild(player, Material.STONE); if(noBuildReason != null) { GriefPrevention.sendMessage(player, TextMode.Err, noBuildReason);