Standardize permission rejection message again

This commit is contained in:
Chris 2020-06-02 10:20:13 +09:30
parent d46f534533
commit b5c3b430fa

View file

@ -3246,7 +3246,7 @@ namespace TShockAPI
{
if (!args.Player.HasPermission(Permissions.journey_timeset))
{
args.Player.SendErrorMessage("You don't have permission to modify the time of the server.");
args.Player.SendErrorMessage("You do not have permission to modify the time of the server.");
return true;
}
break;