mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Change the default port for the veloren server because the original server is unanvailable for a few days and the secondary server cannot use the default veloren port
This commit is contained in:
parent
9da822efce
commit
242cdbe6e5
@ -101,7 +101,7 @@ impl Default for NetworkingSettings {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
username: "Username".to_string(),
|
||||
servers: vec!["server.veloren.net".to_string()],
|
||||
servers: vec!["server.veloren.net:38889".to_string()],
|
||||
default_server: 0,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user