diff options
author | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-01-21 19:30:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-21 19:30:42 +0100 |
commit | 6d5a40713347424084af8ba04e76278961506881 (patch) | |
tree | 30b9f000b57aa8e65d2b8a59fe004cb766ce2768 /minetest.conf.example | |
parent | bc29e03b597be350fa856b1ae3d8623778a808b3 (diff) | |
download | minetest-6d5a40713347424084af8ba04e76278961506881.tar.gz minetest-6d5a40713347424084af8ba04e76278961506881.tar.bz2 minetest-6d5a40713347424084af8ba04e76278961506881.zip |
Add show_statusline_on_connect setting (#5084)
Add show_statusline_on_connect setting
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 3b686aa61..515b6cfd4 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -841,6 +841,10 @@ # type: int # item_entity_ttl = 900 +# If enabled, show the server status message on player connection. +# type: bool +# show_statusline_on_connect = true + # Enable players getting damage and dying. # type: bool # enable_damage = false @@ -1558,7 +1562,7 @@ # profiler.default_report_format = txt # The file path relative to your worldpath in which profiles will be saved to. -# +# # type: string # profiler.report_path = "" |