aboutsummaryrefslogtreecommitdiff
path: root/doc/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/config.md b/doc/config.md
index 76aae2b..f362634 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -13,13 +13,11 @@ This is an example configuration file with two servers. Remember to install
"Servers": [
{
"Name": "default_server",
- "Addr": "minetest.local:30000",
- "TexturePool": "mt_game"
+ "Addr": "minetest.local:30000"
},
{
"Name": "some_other_server",
- "Addr": "minetest.local:30001",
- "TexturePool": "mt_game"
+ "Addr": "minetest.local:30001"
}
]
}