Skip to content

Commit

Permalink
dig + place key
Browse files Browse the repository at this point in the history
  • Loading branch information
Lejo1 authored and BuckarooBanzay committed Oct 14, 2020
1 parent fca7da6 commit faed7c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ minetest.register_on_joinplayer(function(player)
aux1={false},
down={false},
up={false},
zoom={false}
zoom={false},
dig={false},
place={false}
}
end)

Expand Down

2 comments on commit faed7c1

@SwissalpS
Copy link

@SwissalpS SwissalpS commented on faed7c1 Oct 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this fix the phantom place sounds?

@BuckarooBanzay
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you mean the sporadic sounds then no, that would be some misconfigured sound_play call in a mod 😖

Please sign in to comment.