mirror of
https://github.com/mt-mods/controls.git
synced 2024-11-08 08:03:47 +01:00
5.3.0 compat (new "zoom" player control")
related: https://github.com/pandorabox-io/pandorabox.io/issues/520
This commit is contained in:
parent
53b48c6a10
commit
fca7da6ffb
3
init.lua
3
init.lua
@ -27,7 +27,8 @@ minetest.register_on_joinplayer(function(player)
|
||||
sneak={false},
|
||||
aux1={false},
|
||||
down={false},
|
||||
up={false}
|
||||
up={false},
|
||||
zoom={false}
|
||||
}
|
||||
end)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user