From 393340474f122b2086c487f78b27ad8a8f5e4166 Mon Sep 17 00:00:00 2001 From: DeinFreund Date: Mon, 22 Oct 2018 18:12:45 +0200 Subject: [PATCH] Allow rejecting MM games Having to wait 30 seconds is annoying for both the player rejecting and the other players waiting for the accept/reject. --- 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 ab2b7ad22..c570ce68f 100644 --- a/LuaMenu/widgets/gui_queue_status_panel.lua +++ b/LuaMenu/widgets/gui_queue_status_panel.lua @@ -21,7 +21,7 @@ local statusQueueIngame local readyCheckPopup local findingMatch = false local ALLOW_REJECT_QUICKPLAY = true -local ALLOW_REJECT_REGULAR = false +local ALLOW_REJECT_REGULAR = true local instantStartQueuePriority = { ["Teams"] = 3,