Standardize permission rejection message again
This commit is contained in:
parent
d46f534533
commit
b5c3b430fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue