Merge branch 'general-devel' into general-devel
This commit is contained in:
commit
0a01ae6d83
4 changed files with 13 additions and 19 deletions
|
|
@ -51,7 +51,7 @@ namespace TShockAPI.Handlers.NetModules
|
|||
if (!player.HasPermission(Permissions.pylon))
|
||||
{
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue