diff --git a/wwwroot/app.js b/wwwroot/app.js index c1add84..2490b7a 100644 --- a/wwwroot/app.js +++ b/wwwroot/app.js @@ -52,9 +52,6 @@ async function loadState() { if (nameInput && !nameInput.dataset.userEditing) { nameInput.value = me.displayName || ""; } - if ($("player-id")) { - $("player-id").textContent = `Player ID: ${me.id}`; - } applyNameRequirementUI(); } diff --git a/wwwroot/index.html b/wwwroot/index.html index 82576ce..ef8a308 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -11,20 +11,17 @@ Loading… — +
+ + + + +