From f6813594cc66504fa92bf9afb7772fd155bb33aa Mon Sep 17 00:00:00 2001 From: Ac_K Date: Sat, 29 Aug 2020 03:44:05 +0200 Subject: [PATCH] Change website network mode icons --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 4e00e6f..528c28b 100644 --- a/main.js +++ b/main.js @@ -19,7 +19,7 @@ $(document).ready(function() { $(".public-games").append('
' + this.game_name + ' ' + this.title_id + '
' + '
' + this.player_count + '/' + this.max_player_count + ' Players
' + '
' + this.players.map(player => encode(player)).join(', ') - + '
' + this.mode + ' (' + this.status + ')
'); + + ''); }); }); }); \ No newline at end of file