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); };