Set the default value of PreventDeadModification to true.
This commit is contained in:
parent
a86799cbb9
commit
edb7e6e5a2
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ namespace TShockAPI
|
||||||
[Description("Prevent banks on SSI.")] public bool DisablePiggybanksOnSSI = false;
|
[Description("Prevent banks on SSI.")] public bool DisablePiggybanksOnSSI = false;
|
||||||
|
|
||||||
[Description("Prevent players from interacting with the world if dead.")] public bool PreventDeadModification =
|
[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
|
[Description("Displays chat messages above players' heads, but will disable chat prefixes to compensate.")] public
|
||||||
bool EnableChatAboveHeads = false;
|
bool EnableChatAboveHeads = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue