mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-08 12:00:19 +01:00
Fix login death caused by built up fall damage using /fly.
This commit is contained in:
parent
9ec0ca25a5
commit
545d706a70
@ -305,6 +305,7 @@ public class EssentialsPlayerListener implements Listener
|
||||
|
||||
if (user.isAuthorized("essentials.fly.safelogin"))
|
||||
{
|
||||
user.setFallDistance(0);
|
||||
if (LocationUtil.shouldFly(user.getLocation()))
|
||||
{
|
||||
user.setAllowFlight(true);
|
||||
|
Loading…
Reference in New Issue
Block a user