diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-05-01 17:00:33 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-05-01 17:00:33 +0200 |
commit | 8ba3bec386a6213e7ac750c33da2c207ea1ef43c (patch) | |
tree | 22036b6546f33672869a6aa936ef28f502a4f82d | |
parent | 7719e4c65aa6f4e0deaca98b9d10faf23c399e28 (diff) |
Slightly improve Server.TexturePool documentation
-rw-r--r-- | doc/config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.md b/doc/config.md index f362634..7bc0b5f 100644 --- a/doc/config.md +++ b/doc/config.md @@ -120,8 +120,8 @@ Description: The network address and port of an internal server. > `Server.TexturePool` ``` Type: string -Default: "" -Description: The texture Pool the server will be mapped to default is server name. +Default: Server.Name +Description: The texture pool the server will be mapped to. ``` > `Server.Fallback` |