Added some code to enable chat above heads

This commit is contained in:
Lucas Nicodemus 2012-05-27 10:19:52 -06:00
parent ed0756e80c
commit 8bcc24da7e
4 changed files with 36 additions and 1 deletions

View file

@ -234,6 +234,9 @@ namespace TShockAPI
[Description("Prevent players from interacting with the world if dead")] public bool PreventDeadModification =
false;
[Description("Displays chat messages above players' heads, but will disable chat prefixes to compensate.")] public
bool EnableChatAboveHeads = false;
/// <summary>
/// Reads a configuration file from a given path
/// </summary>