mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 14:09:46 +00:00
* formating
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user