show hud when flying + crouching

This commit is contained in:
kepler155c@gmail.com
2019-04-20 12:42:52 -04:00
parent 78603b1736
commit 340759f95d

View File

@@ -126,7 +126,11 @@ local function run()
Sound.play('entity.bat.takeoff')
os.sleep(0)
elseif not meta.isElytraFlying then
elseif meta.isElytraFlying and meta.isSneaking then
display(meta)
os.sleep(0.1)
else
clearDisplay()
--display(meta)
launchCounter = 0