Mark Utils.DumpPemrissionMatrix as internal
This commit is contained in:
parent
985dcebda9
commit
14c071350c
1 changed files with 1 additions and 1 deletions
|
|
@ -1227,7 +1227,7 @@ namespace TShockAPI
|
||||||
|
|
||||||
/// <summary>Dumps a matrix of all permissions & all groups in Markdown table format.</summary>
|
/// <summary>Dumps a matrix of all permissions & all groups in Markdown table format.</summary>
|
||||||
/// <param name="path">The save destination.</param>
|
/// <param name="path">The save destination.</param>
|
||||||
public void DumpPermissionMatrix(string path)
|
internal void DumpPermissionMatrix(string path)
|
||||||
{
|
{
|
||||||
StringBuilder output = new StringBuilder();
|
StringBuilder output = new StringBuilder();
|
||||||
output.Append("|Permission|");
|
output.Append("|Permission|");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue