Fixed server broadcast permission description.

This commit is contained in:
Bambino 2021-02-08 08:06:43 -06:00
parent 60464a890d
commit 3a8ea49823

View file

@ -67,7 +67,7 @@ namespace Rests
[Description("REST user can reload configurations, save the world and set auto save settings.")]
public const string restcfg = "tshock.rest.cfg";
[Description("REST user can turn off / restart the server.")]
[Description("REST user can can send server broadcast messages.")]
public const string restbroadcast = "tshock.rest.broadcast";
[Description("REST user can kick players.")]