mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Reenable fog toggle unless server restricts fog distance (#14634)
see comments in #14539
This commit is contained in:
parent
5a4d7fb0d6
commit
c38e0d05bf
4 changed files with 23 additions and 22 deletions
|
@ -381,8 +381,7 @@ crosshair_alpha (Crosshair alpha) int 255 0 255
|
|||
|
||||
[**Fog]
|
||||
|
||||
# Whether to fog out the end of the visible area. This option only works
|
||||
# with the 'debug' privilege.
|
||||
# Whether to fog out the end of the visible area.
|
||||
enable_fog (Fog) bool true
|
||||
|
||||
# Make fog and sky colors depend on daytime (dawn/sunset) and view direction.
|
||||
|
@ -2511,7 +2510,7 @@ keymap_toggle_chat (Chat toggle key) key KEY_F2
|
|||
# Key for toggling the display of the large chat console.
|
||||
keymap_console (Large chat console key) key KEY_F10
|
||||
|
||||
# Key for toggling the display of fog. Only usable with 'debug' privilege.
|
||||
# Key for toggling the display of fog.
|
||||
keymap_toggle_fog (Fog toggle key) key KEY_F3
|
||||
|
||||
# Key for toggling the camera update. Only usable with 'debug' privilege.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue