From 14c071350ccb32ccb2c49ac2b5d56471305d25d3 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 9 Dec 2017 17:15:21 -0700 Subject: [PATCH] Mark Utils.DumpPemrissionMatrix as internal --- TShockAPI/Utils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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|");