Comment what DumpPermissionMatrix does
This commit is contained in:
parent
2e64d65910
commit
985dcebda9
1 changed files with 2 additions and 2 deletions
|
|
@ -1225,8 +1225,8 @@ namespace TShockAPI
|
||||||
Main.recipe[i] = new Recipe();
|
Main.recipe[i] = new Recipe();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dumps a matrix of all permissions and all groups in markdown format
|
/// <summary>Dumps a matrix of all permissions & all groups in Markdown table format.</summary>
|
||||||
// Hard coded to default groups because apparently we have poor querying tools
|
/// <param name="path">The save destination.</param>
|
||||||
public void DumpPermissionMatrix(string path)
|
public void DumpPermissionMatrix(string path)
|
||||||
{
|
{
|
||||||
StringBuilder output = new StringBuilder();
|
StringBuilder output = new StringBuilder();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue