diff options
author | sfan5 <sfan5@live.de> | 2014-10-09 14:02:02 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2014-11-19 15:11:23 +0100 |
commit | 9d69436052c32bc218352fc991be157a4f135b9d (patch) | |
tree | 8c6ebf508615dde855b6331a7f8c0d7afd786a60 /minetest.conf.example | |
parent | 0ee5a2197d228122412598f6b87000df10006911 (diff) | |
download | minetest-9d69436052c32bc218352fc991be157a4f135b9d.tar.gz minetest-9d69436052c32bc218352fc991be157a4f135b9d.tar.bz2 minetest-9d69436052c32bc218352fc991be157a4f135b9d.zip |
Add (optional) client-side saving of server map to disk
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 345a52bcd..6bd2e00b4 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -164,6 +164,8 @@ #selectionbox_width = 2 # maximum percentage of current window to be used for hotbar #hud_hotbar_max_width = 1.0 +# Save the map received by the client on disk +#enable_local_map_saving = false # Enable highlighting for nodes (disables selectionboxes) #enable_node_highlighting = false # Texture filtering settings |