Skip to content

Commit

Permalink
update matchbox url to a hosted instance of matchbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorBP committed Oct 31, 2023
1 parent e0e48b7 commit 7353a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/networking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl ggrs::Config for GgrsConfig {
}

pub fn start_matchbox_socket(mut commands: Commands) {
let room_url = "ws://127.0.0.1:3536/battle?next=2";
let room_url = "ws://matchbox.segfault.site:3536/battle?next=2";
info!("connecting to matchbox server: {room_url}");
commands.insert_resource(MatchboxSocket::new_ggrs(room_url));
}
Expand Down

0 comments on commit 7353a1b

Please sign in to comment.