From c6a9eae3aedb69eea186b39aa1f87ecb31698424 Mon Sep 17 00:00:00 2001 From: "0gb.us" <0gb.us@0gb.us> Date: Wed, 12 Jun 2013 18:56:22 -0600 Subject: [PATCH] Added show_debug to minetest.conf.example I love that setting. Why is it not in this file already? --- minetest.conf.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minetest.conf.example b/minetest.conf.example index 44bd34107..6d4186f83 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -91,6 +91,8 @@ #client_unload_unused_data_timeout = 600 # Whether to fog out the end of the visible area #enable_fog = true +# Whether to show the client debug info (has the same effect as hitting F5) +#show_debug = false # Enable a bit lower water surface; disable for speed (not quite optimized) #new_style_water = false # Max liquids processed per step