From 23f55a959ce530c811133cfd97b34fbe26d7ff47 Mon Sep 17 00:00:00 2001 From: Azzurite Date: Tue, 7 Jun 2022 20:19:18 +0200 Subject: [PATCH] Fix wrong default folder name --- docs/Other/Hosting-a-Multiplayer-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Other/Hosting-a-Multiplayer-server.md b/docs/Other/Hosting-a-Multiplayer-server.md index 28f54c463b..25b3e28b78 100644 --- a/docs/Other/Hosting-a-Multiplayer-server.md +++ b/docs/Other/Hosting-a-Multiplayer-server.md @@ -32,7 +32,7 @@ Please note: * Have a Java JDK installed * Download the [latest UncivServer.jar](https://github.com/yairm210/Unciv/releases/latest/download/UncivServer.jar) (can also use that link to automatically update probably) * See options with `java -jar UncivServer.jar --help` - * The server will run on a specified port (`-p`, default `80`), writing files in a folder (`-f`, default `./MultiplayerGames/`), so it needs appropriate permissions. + * The server will run on a specified port (`-p`, default `80`), writing files in a folder (`-f`, default `./MultiplayerFiles/`), so it needs appropriate permissions. * Run it: `java -jar UncivServer.jar -p 8080 -f /some/folder/` * It basically just does simple file storage over HTTP. * Files are not cleaned automatically if a game ends or is deleted on the client-side