Update net.js

This commit is contained in:
2020-11-12 13:45:57 -05:00
committed by GitHub
parent 81c3a647f9
commit 6295ffb6de

View File

@@ -83,7 +83,7 @@ function initNet() {
document.getElementById("create-user").style.display = "none";
localStorage.setItem("oid", msg.oid)
document.title = msg.oid
document.title = ROOM
if (msg.state === "CREATING") {
createGameModal();