Only enable RCON by default on Windows
This commit is contained in:
@@ -418,7 +418,7 @@ pub struct Rcon {
|
||||
impl Default for Rcon {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
enabled: true,
|
||||
enabled: cfg!(windows),
|
||||
port: 25575,
|
||||
password: "".into(),
|
||||
randomize_password: true,
|
||||
|
Reference in New Issue
Block a user