fixed typo

This commit is contained in:
Jonas Weinz 2019-04-04 15:01:42 +02:00
parent a8fb232643
commit 47c7025c50

View File

@ -246,7 +246,7 @@ class OnlineMatchManager
} }
} }
var control_head = this.ranked ? "Ranked Match<br>" : "Unranked_Match<br>"; var control_head = this.ranked ? "Ranked Match<br>" : "Unranked Match<br>";
this.control_container.clear_background_color(); this.control_container.clear_background_color();
this.update_button_text(); this.update_button_text();