Skip to content

Commit

Permalink
Fix default DE Lobby URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 committed Sep 23, 2023
1 parent 0604254 commit 81a5c43
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 @@ -73,7 +73,7 @@ pub struct AudioConf {
impl Default for MultiplayerConf {
fn default() -> Self {
Self {
lobby: Url::parse("http://lobby.de_game.org").unwrap(),
lobby: Url::parse("http://lobby.de-game.org").unwrap(),
connector: SocketAddr::new(IpAddr::V4(Ipv4Addr::LOCALHOST), 8082),
}
}
Expand Down

0 comments on commit 81a5c43

Please sign in to comment.