Set the default value of PreventDeadModification to true.

This commit is contained in:
MarioE 2013-07-09 16:54:29 -04:00
parent a86799cbb9
commit edb7e6e5a2

View file

@ -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;