diff options
author | Esteban I. RM <me@exio4.xyz> | 2017-10-15 21:22:22 -0300 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2017-10-17 19:22:09 +0200 |
commit | 792e013eaf4a572364457b96f6f9c07dafe6fe9a (patch) | |
tree | 124e08c9e3cc4704cd2a9ea49803fce96b046275 /builtin | |
parent | 93d185ee5d481c007d7b5569d046471dc60d40b6 (diff) | |
download | minetest-792e013eaf4a572364457b96f6f9c07dafe6fe9a.tar.gz minetest-792e013eaf4a572364457b96f6f9c07dafe6fe9a.tar.bz2 minetest-792e013eaf4a572364457b96f6f9c07dafe6fe9a.zip |
don't pass g_settings around, and use it directly
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 982fe55ef..7ebee9424 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -634,8 +634,8 @@ crosshair_color (Crosshair color) string (255,255,255) # Crosshair alpha (opaqueness, between 0 and 255). crosshair_alpha (Crosshair alpha) int 255 0 255 -# Maximum number of recent chat items to show -recent_chat_size (Recent Chat Messages) int 6 3 99 +# Maximum number of recent chat messages to show +recent_chat_messages (Recent Chat Messages) int 6 2 20 # Whether node texture animations should be desynchronized per mapblock. desynchronize_mapblock_texture_animation (Desynchronize block animation) bool true |