show hud when flying + crouching

This commit is contained in:
kepler155c@gmail.com
2019-04-20 12:48:37 -04:00
parent 340759f95d
commit 7d8edefe66

View File

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