From d696b8e7d36854e9883bc24bc83056ef6cb75ab7 Mon Sep 17 00:00:00 2001 From: Thijs van Loef <58031337+thijsvanloef@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:08:06 +0100 Subject: [PATCH] fix wrong variable name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd63a88..c016e6e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ services: - PORT=8211 # Optional but recommended - PLAYERS=16 # Optional but recommended - MULTITHREADING=false - - ENABLE_RCON=true + - RCON_ENABLED=true - RCON_PORT=25575 - ADMIN_PASSWORD="adminPasswordHere" - COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!