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
e840949fa1
commit
6876a8bec1
@ -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…
x
Reference in New Issue
Block a user