Added permissions description dump
This commit is contained in:
parent
b06ec57819
commit
3ce05162cd
2 changed files with 38 additions and 4 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue