From dc7e8ce421095e0cf0add4052f23a8cd33f55afa Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 7 Apr 2021 00:01:54 +0100 Subject: [PATCH] fixed errors --- src/js/tribe/matchmaking.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/tribe/matchmaking.js b/src/js/tribe/matchmaking.js index 95d05d537..0936136cd 100644 --- a/src/js/tribe/matchmaking.js +++ b/src/js/tribe/matchmaking.js @@ -17,9 +17,9 @@ export function setBannerIcon(html) { } export function resetBanner() { - this.setText("Tribe mm status"); - this.setIcon(''); - this.hide(); + setBannerText("Tribe mm status"); + setBannerIcon(''); + hideBanner(); } export function disableLobbyButtons() {