Merge pull request #5 from ExcaliburZero/fix-twilight

Fix player sneakjump in twilight
master
D00Med 2017-01-06 16:52:19 +10:00 committed by GitHub
commit 3646a4f1a9
1 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ else
jump = 1.0, -- multiplier to default value
gravity = 1.0, -- multiplier to default value
sneak = true, -- whether player can sneak
sneak_glitch = false, -- whether player can use the sneak glitch
sneak_glitch = true, -- whether player can use the sneak glitch
})
end
@ -230,4 +230,4 @@ minetest.register_craftitem("twilight:crystal", {
return itemstack
end
end
})
})