From edb7e6e5a2c086c3ebd9255ab1ee2c4b7e548c33 Mon Sep 17 00:00:00 2001 From: MarioE Date: Tue, 9 Jul 2013 16:54:29 -0400 Subject: [PATCH] Set the default value of PreventDeadModification to true. --- TShockAPI/ConfigFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index 9b5b40c6..86d11115 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -236,7 +236,7 @@ namespace TShockAPI [Description("Prevent banks on SSI.")] public bool DisablePiggybanksOnSSI = false; [Description("Prevent players from interacting with the world if dead.")] public bool PreventDeadModification = - false; + true; [Description("Displays chat messages above players' heads, but will disable chat prefixes to compensate.")] public bool EnableChatAboveHeads = false;