From 54621f419c41d04ef7ebda86e341bb06d06fe27c Mon Sep 17 00:00:00 2001 From: Kris Johnson <11083252+KrisXV@users.noreply.github.com> Date: Tue, 2 Jan 2024 17:04:21 -0700 Subject: [PATCH] Revert "Fortemons: Fix banlist order (#10072)" This reverts commit 29706780767b710da05d20e0f6be8fe58b2e18bd. --- config/formats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/formats.ts b/config/formats.ts index 1e200eb62549..d8f3e2c96519 100644 --- a/config/formats.ts +++ b/config/formats.ts @@ -728,7 +728,7 @@ export const Formats: FormatList = [ ], restricted: [ 'Dynamic Punch', 'Flail', 'Flip Turn', 'Fury Cutter', 'Grass Knot', 'Grassy Glide', 'Hard Press', 'Heavy Slam', 'Heat Crash', - 'Inferno', 'Low Kick', 'Nuzzle', 'Power Trip', 'Reversal', 'Tera Blast', 'Spit Up', 'Stored Power', 'Volt Switch', 'Zap Cannon', + 'Inferno', 'Low Kick', 'Nuzzle', 'Power Trip', 'Reversal', 'Spit Up', 'Stored Power', 'Tera Blast', 'Volt Switch', 'Zap Cannon', ], onValidateTeam(team) { const itemTable = new Set();