FEAT: prototype game menu using html elements, better icon for text chat
This commit is contained in:
@@ -55,8 +55,7 @@ class ConnectionManager {
|
||||
} else {
|
||||
roomId = window.location.pathname + window.location.hash;
|
||||
}
|
||||
const room = new Room(roomId);
|
||||
return Promise.resolve(room);
|
||||
return Promise.resolve(new Room(roomId));
|
||||
}
|
||||
|
||||
return Promise.reject('Invalid URL');
|
||||
|
||||
Reference in New Issue
Block a user