zly2006 / Enclosure

A server-side minecraft mod that allows players to protect their homes.
https://enclosure.fandom.com/wiki/Enclosure_Wiki
Other
16 stars 6 forks source link

fix: can't teleport correctly if the player is sleeping #20

Closed SNWCreations closed 1 year ago

SNWCreations commented 1 year ago

Bug 描述

这个Bug的发现纯属巧合。 刚刚在SLS玩,发生了雷暴,我就回家到床上躺着,然后随便挑了个领地tp过去(tp着玩,诶嘿),结果...我没醒,但我确实被tp过去了,但在我按下起床之后,我又回到了我家里。 我不知道在对面领地里我看起来是个什么状态?我觉得可能是我躺在地上???

修复方法

在 EnclosureArea.teleport 方法中,先检查玩家是否在睡觉,如果是,将其唤醒,然后执行tp