Skip to content

Commit

Permalink
Change default DE Connector IP (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 authored Sep 23, 2023
1 parent eb537c3 commit a5838bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/conf/src/conf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl Default for MultiplayerConf {
fn default() -> Self {
Self {
lobby: Url::parse("http://lobby.de-game.org:8080").unwrap(),
connector: SocketAddr::new(IpAddr::V4(Ipv4Addr::LOCALHOST), 8082),
connector: SocketAddr::new(IpAddr::V4(Ipv4Addr::new(34, 159, 189, 173)), 8082),
}
}
}
Expand Down

0 comments on commit a5838bd

Please sign in to comment.