From d201a0de9f4db1be2a87539335b820b36ef5d616 Mon Sep 17 00:00:00 2001 From: Joshua Taylor Date: Tue, 5 Dec 2023 12:21:45 -0600 Subject: [PATCH] Use rcon, not telnet --- rust/rust.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/rust.json b/rust/rust.json index 621ed0e7..6f0b5d81 100644 --- a/rust/rust.json +++ b/rust/rust.json @@ -123,7 +123,7 @@ "LD_LIBRARY_PATH": "./RustDedicated_Data/Plugins/x86_64" }, "stdin": { - "type": "telnet", + "type": "rcon", "port": "${RConPort}", "password": "${RConPassword}" },