From 2cb983040424d26814018658f10ce672f2b8c01c Mon Sep 17 00:00:00 2001 From: Robob27 Date: Thu, 2 Feb 2023 00:33:59 -0500 Subject: [PATCH] Fix default mouse_button value --- plugins/confirm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/confirm.cpp b/plugins/confirm.cpp index 87f8e4555..98c41e8fb 100644 --- a/plugins/confirm.cpp +++ b/plugins/confirm.cpp @@ -507,7 +507,7 @@ public: else return false; }; - bool intercept_key (std::string mouse_button = "left") + bool intercept_key (std::string mouse_button = "MOUSE_LEFT") { CONF_LUA_START; push(mouse_button);