diff --git a/data/emulator.js b/data/emulator.js index e67d5c9..4effeca 100644 --- a/data/emulator.js +++ b/data/emulator.js @@ -3102,7 +3102,7 @@ class EmulatorJS { this.openNetplayMenu = () => { this.netplayMenu.style.display = ""; - if (!this.netplay) { + if (!this.netplay || (this.netplay && !this.netplay.name)) { this.netplay = {}; this.netplay.table = tbody; this.netplay.playerTable = tbody2;