From 4759bc2c1290ed909347b53dc8891b7d9b251cb0 Mon Sep 17 00:00:00 2001 From: DeinFreund Date: Thu, 30 Aug 2018 15:14:56 +0200 Subject: [PATCH] Allow rejecting battles again. This will be used to suggest battles to players in big teams. --- LuaMenu/widgets/gui_queue_status_panel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaMenu/widgets/gui_queue_status_panel.lua b/LuaMenu/widgets/gui_queue_status_panel.lua index b0283d169..a559539c8 100644 --- a/LuaMenu/widgets/gui_queue_status_panel.lua +++ b/LuaMenu/widgets/gui_queue_status_panel.lua @@ -20,7 +20,7 @@ local statusQueueLobby -- global for timer update local statusQueueIngame local readyCheckPopup local findingMatch = false -local ALLOW_REJECT = false +local ALLOW_REJECT = true local instantStartQueuePriority = { ["Teams"] = 3,