Merge branch 'general-devel' into logout-permissions-change

This commit is contained in:
Aaron Goulet 2017-04-13 20:24:08 -07:00 committed by GitHub
commit 5110ad0efd

View file

@ -85,7 +85,7 @@ namespace TShockAPI
[Description("User can see the id of players with /who.")]
public static readonly string seeids = "tshock.admin.seeplayerids";
[Description("User can save all the players SSI state.")]
[Description("User can save all the players SSI (server side character) state.")]
public static readonly string savessc = "tshock.admin.savessi";
[Description("User can upload their joined character data as SSC data.")]