Update net.js

This commit is contained in:
simon987 2020-11-12 13:45:57 -05:00 committed by GitHub
parent 81c3a647f9
commit 6295ffb6de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();