Move name input inline with status bar; remove player ID
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user