Réarrangement du code; correction css; écriture uniquement du nouveau message
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { client, navigateTo } from "../index.js";
|
||||
import AbstractView from "./AbstractView.js";
|
||||
import AbstractView from "./abstracts/AbstractView.js";
|
||||
|
||||
function game_found(game_id)
|
||||
{
|
||||
@ -26,4 +26,4 @@ export default class extends AbstractView {
|
||||
{
|
||||
await client.matchmaking.stop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user