From 880ed21bcd92335d0ce75de99da273a6503aec77 Mon Sep 17 00:00:00 2001 From: "Calum H." Date: Wed, 12 Nov 2025 04:01:25 +0000 Subject: [PATCH] fix: incorrect autocomplete for pardon_ip and ban_ip (#4763) --- apps/frontend/src/pages/servers/manage/[id]/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/pages/servers/manage/[id]/index.vue b/apps/frontend/src/pages/servers/manage/[id]/index.vue index 4ea6ac7e..5945b142 100644 --- a/apps/frontend/src/pages/servers/manage/[id]/index.vue +++ b/apps/frontend/src/pages/servers/manage/[id]/index.vue @@ -341,7 +341,7 @@ const commandTree: any = { }, }, }, - ban_ip: null, + 'ban-ip': null, banlist: { ips: null, players: null, @@ -470,7 +470,7 @@ const commandTree: any = { msg: null, op: null, pardon: null, - pardon_ip: null, + 'pardon-ip': null, particle: null, playsound: null, recipe: {