Merge branch 'general-devel' into general-devel

This commit is contained in:
Rustly 2020-06-18 16:53:14 -05:00 committed by GitHub
commit 0a01ae6d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 19 deletions

View file

@ -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;
}
}