From d72957499f1e25741b8f7a91746fbe132fa68161 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 14 Jul 2026 01:36:31 -0400 Subject: feat(admin): copy paste rooms on map, swap rooms with adjacent rooms --- internal/admin/static/mobeditor.js | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/admin/static/mobeditor.js') diff --git a/internal/admin/static/mobeditor.js b/internal/admin/static/mobeditor.js index 2bef881..849dcf9 100644 --- a/internal/admin/static/mobeditor.js +++ b/internal/admin/static/mobeditor.js @@ -284,6 +284,7 @@ function renderMobCard(sec, data) { if (sec.id === 'talk') { h += '
'; + h += ced_renderTagHelp('talk'); } } h += ''; -- cgit v1.2.3