minor grammar update
This commit is contained in:
parent
b831832fed
commit
4949410cfa
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ namespace TShockAPI.Handlers.NetModules
|
||||||
if (!player.HasPermission(Permissions.pylon))
|
if (!player.HasPermission(Permissions.pylon))
|
||||||
{
|
{
|
||||||
rejectPacket = true;
|
rejectPacket = true;
|
||||||
player.SendErrorMessage("You do not have permission to teleport with pylons.");
|
player.SendErrorMessage("You do not have permission to teleport using pylons.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue