5.3.0 compat (new "zoom" player control")

related: https://github.com/pandorabox-io/pandorabox.io/issues/520
This commit is contained in:
Buckaroo Banzai 2020-06-28 20:21:30 +02:00 committed by GitHub
parent 53b48c6a10
commit fca7da6ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,8 @@ minetest.register_on_joinplayer(function(player)
sneak={false},
aux1={false},
down={false},
up={false}
up={false},
zoom={false}
}
end)