From b369dd38421bb5a7b919945ac5201d1f1af02878 Mon Sep 17 00:00:00 2001 From: RDW Date: Thu, 16 Nov 2023 11:23:06 +0100 Subject: [PATCH] Core: Fixed the keybinding category in Bindings.xml Reported on Discord by michael (mikuhl_). Thanks! _G.Rarity "accidentally" works because AceAddon adds a __tostring metamethod, but it's not the right way to get there obviously. --- Bindings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bindings.xml b/Bindings.xml index ecaa2de8..61befc6a 100644 --- a/Bindings.xml +++ b/Bindings.xml @@ -1,5 +1,5 @@ - + Rarity.ScrollingDebugMessageFrame:Toggle() \ No newline at end of file