Fixes #1197
This commit is contained in:
parent
e5349d95c9
commit
952da9609a
4 changed files with 5 additions and 4 deletions
|
|
@ -2490,7 +2490,7 @@ namespace TShockAPI
|
|||
}
|
||||
|
||||
if (!args.Player.HasPermission(Permissions.ignorenoclipdetection) &&
|
||||
TSCheckNoclip(pos, args.TPlayer.width, args.TPlayer.height) && !TShock.Config.IgnoreNoClip
|
||||
TSCheckNoclip(pos, args.TPlayer.width, args.TPlayer.height - (args.TPlayer.mount.Active ? args.Player.TPlayer.mount.HeightBoost : 0)) && !TShock.Config.IgnoreNoClip
|
||||
&& !args.TPlayer.tongued)
|
||||
{
|
||||
var lastTileX = args.Player.LastNetPosition.X;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue