mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Fix wrong minimum for repeat_place_time in settingtypes.txt
rebase mistake from #14542
This commit is contained in:
parent
b61c83a19d
commit
24704b01d9
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ always_fly_fast (Always fly fast) bool true
|
|||
# the place button.
|
||||
#
|
||||
# Requires: keyboard_mouse
|
||||
repeat_place_time (Place repetition interval) float 0.25 0.15 2.0
|
||||
repeat_place_time (Place repetition interval) float 0.25 0.16 2.0
|
||||
|
||||
# The minimum time in seconds it takes between digging nodes when holding
|
||||
# the dig button.
|
||||
|
|
Loading…
Add table
Reference in a new issue