mirror of
https://github.com/minetest-mods/item_drop.git
synced 2024-12-22 22:02:26 +01:00
Typo
This commit is contained in:
parent
2577b99556
commit
70068fd307
2
init.lua
2
init.lua
@ -114,7 +114,7 @@ if minetest.settings:get_bool("item_drop.enable_item_pickup") ~= false then
|
|||||||
local keys_pressed
|
local keys_pressed
|
||||||
if keytype == 0 then -- LeftAndRight combination
|
if keytype == 0 then -- LeftAndRight combination
|
||||||
keys_pressed = control.left and control.right
|
keys_pressed = control.left and control.right
|
||||||
elseif keytpye == 1 then -- SneakAndRMB combination
|
elseif keytype == 1 then -- SneakAndRMB combination
|
||||||
keys_pressed = control.sneak and control.RMB
|
keys_pressed = control.sneak and control.RMB
|
||||||
else
|
else
|
||||||
keys_pressed = control[keytype]
|
keys_pressed = control[keytype]
|
||||||
|
Loading…
Reference in New Issue
Block a user