From db33591da3d344996240930dbbb483216baf7f88 Mon Sep 17 00:00:00 2001 From: dadcop2 Date: Thu, 1 Jun 2017 23:44:30 -0400 Subject: [PATCH] removed useless codes from _fallback --- Themes/_fallback/Scripts/03 Gameplay.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Themes/_fallback/Scripts/03 Gameplay.lua b/Themes/_fallback/Scripts/03 Gameplay.lua index 4c5fcaacb1..21a5302e3f 100644 --- a/Themes/_fallback/Scripts/03 Gameplay.lua +++ b/Themes/_fallback/Scripts/03 Gameplay.lua @@ -320,12 +320,12 @@ local CodeDetectorCodes = { -- group NextGroup = { default = "", - dance = "MenuUp,MenuRight,MenuRight", + dance = "", pump = "", }, PrevGroup = { default = "", - dance = "MenuUp,MenuDown,MenuUp,MenuDown", + dance = "", pump = "", }, CloseCurrentFolder = { @@ -370,7 +370,7 @@ local CodeDetectorCodes = { -- modifiers section CancelAll = { default = "", - dance = "Left,Right,Left,Right,Left,Right,Left,Right", + dance = "", }, --- specific modifiers Mirror = { @@ -451,7 +451,7 @@ local CodeDetectorCodes = { -- cancel all in player options CancelAllPlayerOptions = { default = "", - dance = "Left,Right,Left,Right,Left,Right", + dance = "", }, };