diff --git a/TShockAPI/Utils.cs b/TShockAPI/Utils.cs index a587788d..73ea56af 100644 --- a/TShockAPI/Utils.cs +++ b/TShockAPI/Utils.cs @@ -1227,7 +1227,7 @@ namespace TShockAPI /// Dumps a matrix of all permissions & all groups in Markdown table format. /// The save destination. - public void DumpPermissionMatrix(string path) + internal void DumpPermissionMatrix(string path) { StringBuilder output = new StringBuilder(); output.Append("|Permission|");