From 5394734a33e07786c9c8c4e06cc230baf753c745 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 25 May 2012 20:10:19 -0600 Subject: [PATCH] Removed the last two changes without revertting --- TShockAPI/ConfigFile.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index 7b269bcc..794cd277 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -216,9 +216,9 @@ namespace TShockAPI [Description("Allow Ice placement even when user does not have canbuild")] public bool AllowIce = false; - [Description("Allows corrutption to spread when a world is hardmode.")] public bool AllowHardmodeCorruptionCreep = true; + [Description("Allows corrutption to spread when a world is hardmode.")] public bool AllowCorruptionCreep = true; - [Description("Allows hallow to spread when a world is hardmode.")] public bool AllowHardmodeHallowCreep = true; + [Description("Allows hallow to spread when a world is hardmode.")] public bool AllowHallowCreep = true; [Description("How many things a statue can spawn within 200 pixels(?) before it stops spawning. Default = 3")] public int StatueSpawn200 = 3;