Skip to content

Commit

Permalink
Use rcon, not telnet
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Dec 5, 2023
1 parent 44751e2 commit d201a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/rust.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"LD_LIBRARY_PATH": "./RustDedicated_Data/Plugins/x86_64"
},
"stdin": {
"type": "telnet",
"type": "rcon",
"port": "${RConPort}",
"password": "${RConPassword}"
},
Expand Down

0 comments on commit d201a0d

Please sign in to comment.