Skip to content

Commit

Permalink
use server as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzobattistela committed Nov 18, 2024
1 parent c02624d commit 1a0ee89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moba/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ async function handle_form_submit(e) {
async function start_game(room_id, name) {
room = room_id;

await client.init('ws://localhost:7171');
//await client.init('ws://server.uwu.games');
//await client.init('ws://localhost:7171');
await client.init('ws://server.uwu.games');
console.log("CONNECTED");

const leave = client.recv(room, msg => {
Expand Down

0 comments on commit 1a0ee89

Please sign in to comment.