From 792e013eaf4a572364457b96f6f9c07dafe6fe9a Mon Sep 17 00:00:00 2001 From: "Esteban I. RM" Date: Sun, 15 Oct 2017 21:22:22 -0300 Subject: don't pass g_settings around, and use it directly --- minetest.conf.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index 0677026aa..b4121eb9b 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -747,9 +747,9 @@ # type: int min: 0 max: 255 # crosshair_alpha = 255 -# Maximum number of recent chat items to show -# type: int min: 3 max: 99 -# recent_chat_size = 6 +# Maximum number of recent chat messages to show +# type: int min: 2 max: 20 +# recent_chat_messages = 6 # Whether node texture animations should be desynchronized per mapblock. # type: bool -- cgit v1.2.3