From 65d9b13e919533a49e149b5a7251d7f979c4701e Mon Sep 17 00:00:00 2001 From: ijemafe Date: Tue, 19 May 2020 13:44:21 -0700 Subject: [PATCH] Update CUSTOM.md --- CUSTOM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOM.md b/CUSTOM.md index 9da5e43..89da143 100644 --- a/CUSTOM.md +++ b/CUSTOM.md @@ -67,7 +67,7 @@ For example, if you request `http://myserver.com/Streets.utx`, Nginx will try to 1. Set the `RedirectToURL` option to the URL of your file server, e.g. `http://www.myserver.com/`. The trailing `/` must be included. 1. Restart your game server to pick up the new config. -When users connect to your game server, they will be instructed to download all custom content from the file server, resulting in significantly faster downloads. If the client fails to retrieve the file from the file server for any reason, it will fall back to downloading the file from the game server, resulting in slow speeds. If this happens, the player can cancel and rejoin the server to restart the download from the file server. +When users connect to your game server, they will be instructed to download all custom content from the file server, resulting in significantly faster downloads. ## Creating Custom Content