* formating

This commit is contained in:
Mittani
2024-12-23 13:46:49 +01:00
committed by evanpelle
parent aba8e5dd81
commit d99219afba
-2
View File
@@ -41,9 +41,7 @@ class Client {
document.addEventListener('single-player', this.handleSinglePlayer.bind(this));
const spModal = document.querySelector('single-player-modal') as SinglePlayerModal;
spModal instanceof SinglePlayerModal
document.getElementById('single-player').addEventListener('click', async () => {
const username = this.usernameInput?.getCurrentUsername();