From 79483f6616731b7947a7093aee87b29f1af26d1f Mon Sep 17 00:00:00 2001 From: Aurastic <33085835+ISenseAura@users.noreply.github.com> Date: Tue, 17 Mar 2026 12:47:03 +0530 Subject: [PATCH] Explicitly set type="submit" on form buttons (#11726) --- server/room-battle.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/room-battle.ts b/server/room-battle.ts index 65862681dd..f7b9b298ef 100644 --- a/server/room-battle.ts +++ b/server/room-battle.ts @@ -1233,9 +1233,9 @@ export class RoomBattle extends RoomGame { player.id ? ( `
` ) : player.invite ? ( - `
` + `
` ) : ( - `
` + `
` ) )); if (this.gameType === 'multi') {