From 7067c00c661df5796030e23181e63a44f4ab1bf7 Mon Sep 17 00:00:00 2001 From: LatoWolf Date: Tue, 6 Jan 2026 02:49:33 +0800 Subject: [PATCH] Fix multiroute --- sdvx@asphyxia/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/sdvx@asphyxia/index.ts b/sdvx@asphyxia/index.ts index 550f064..dc969e8 100644 --- a/sdvx@asphyxia/index.ts +++ b/sdvx@asphyxia/index.ts @@ -84,7 +84,6 @@ export function register() { const MultiRoute = (method: string, handler: EPR | boolean) => { R.Route(`game.sv6_${method}`, handler); - R.Route(`game.sv7_${method}`, handler); };