From 5bc1b8df706810829947134240e345402f893abb Mon Sep 17 00:00:00 2001 From: Iaccidentally Date: Sun, 28 Oct 2012 13:09:19 -0400 Subject: nothing to see here, move along (typo fix) --- .../src/com/earth2me/essentials/protect/ProtectConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EssentialsProtect') diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java b/EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java index 9a24cad23..d7f428539 100644 --- a/EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java +++ b/EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java @@ -38,7 +38,7 @@ public enum ProtectConfig prevent_witherskull_explosion("protect.prevent.witherskull-explosion", false), prevent_witherskull_playerdmg("protect.prevent.witherskull-playerdamage", false), prevent_wither_spawnexplosion("protect.prevent.wither-spawnexplosion", false), - prevent_wither_blockreplace("protect.prevent.wither-blcokreplace", false), + prevent_wither_blockreplace("protect.prevent.wither-blockreplace", false), prevent_creeper_explosion("protect.prevent.creeper-explosion", true), prevent_creeper_playerdmg("protect.prevent.creeper-playerdamage", false), prevent_creeper_blockdmg("protect.prevent.creeper-blockdamage", false), -- cgit v1.2.3