From 985dcebda9cd87f3bf93407fe8e5a3bfcff28414 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 9 Dec 2017 17:14:59 -0700 Subject: [PATCH] Comment what DumpPermissionMatrix does --- TShockAPI/Utils.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/Utils.cs b/TShockAPI/Utils.cs index b899276a..a587788d 100644 --- a/TShockAPI/Utils.cs +++ b/TShockAPI/Utils.cs @@ -1225,8 +1225,8 @@ namespace TShockAPI Main.recipe[i] = new Recipe(); } - // Dumps a matrix of all permissions and all groups in markdown format - // Hard coded to default groups because apparently we have poor querying tools + /// Dumps a matrix of all permissions & all groups in Markdown table format. + /// The save destination. public void DumpPermissionMatrix(string path) { StringBuilder output = new StringBuilder();