room stats

This commit is contained in:
2020-11-08 20:07:42 +00:00
parent afc626bae0
commit 3b851975d0

View File

@@ -216,7 +216,7 @@ async function run() {
}); });
function addRoom() { function addRoom() {
console.log(add_room()); el("added").innerText = add_room();
textareaGameDataOutput.value = output(); textareaGameDataOutput.value = output();
} }