diff options
author | James Alexander Stevenson <jastevenson303@gmail.com> | 2017-10-06 13:56:05 -0400 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2017-10-06 19:56:05 +0200 |
commit | 00ceec9ff939fa9cf82a93e4b43a345d86f765a5 (patch) | |
tree | d5264f0d3fb1edf072002b7ddea5c612fe7c63f0 | |
parent | 4337b4896240cd1a72a5414db8237577a9a89b88 (diff) | |
download | minetest-00ceec9ff939fa9cf82a93e4b43a345d86f765a5.tar.gz minetest-00ceec9ff939fa9cf82a93e4b43a345d86f765a5.tar.bz2 minetest-00ceec9ff939fa9cf82a93e4b43a345d86f765a5.zip |
settingtypes.txt: Update zoom description (#6443)
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 3e63aaca5..51d34e4b6 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -554,7 +554,7 @@ vsync (V-Sync) bool false fov (Field of view) int 72 30 160 # Field of view while zooming in degrees. -# This requires the "zoom" privilege on the server. +# Requires to be allowed by server-sided mods. zoom_fov (Field of view for zoom) int 15 7 160 # Adjust the gamma encoding for the light tables. Higher numbers are brighter. |