summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIaccidentally <coryhuckaby@gmail.com>2012-10-28 13:09:19 -0400
committerIaccidentally <coryhuckaby@gmail.com>2012-10-28 13:09:19 -0400
commite164a0e9584af39a4fc4939ead61cff360789425 (patch)
tree464021a4e2f591ad75a805936f48c73431ed5edf
parent01f148cb5e35231511b2be2a52dd81531ec820a5 (diff)
downloadEssentials-e164a0e9584af39a4fc4939ead61cff360789425.tar
Essentials-e164a0e9584af39a4fc4939ead61cff360789425.tar.gz
Essentials-e164a0e9584af39a4fc4939ead61cff360789425.tar.lz
Essentials-e164a0e9584af39a4fc4939ead61cff360789425.tar.xz
Essentials-e164a0e9584af39a4fc4939ead61cff360789425.zip
nothing to see here, move along (typo fix)
-rw-r--r--EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java2
1 files changed, 1 insertions, 1 deletions
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),