Added permissions description dump

This commit is contained in:
high 2011-08-18 21:56:15 -04:00
parent b06ec57819
commit 3ce05162cd
2 changed files with 38 additions and 4 deletions

View file

@ -238,7 +238,7 @@ namespace TShockAPI
var def = field.GetValue(defaults);
sb.AppendLine("# {0} ".SFormat(name));
sb.AppendLine("## {0} ".SFormat(name));
sb.AppendLine("**Type:** {0} ".SFormat(type));
sb.AppendLine("**Description:** {0} ".SFormat(desc));
sb.AppendLine("**Default:** \"{0}\" ".SFormat(def));