From 75127792c77dad0baba6682ab601668f0432d1e5 Mon Sep 17 00:00:00 2001 From: P3tray <31691973+P3tray@users.noreply.github.com> Date: Sat, 11 Dec 2021 23:43:06 +0000 Subject: [PATCH] [EMERGENCY PATCH] Fix console, which I broke in the Creamed Cheese update. Not clickbait this time. --- MainModule/Client/UI/Default/Console.rbxmx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MainModule/Client/UI/Default/Console.rbxmx b/MainModule/Client/UI/Default/Console.rbxmx index 3fb91e5bd2..6d6547d09a 100644 --- a/MainModule/Client/UI/Default/Console.rbxmx +++ b/MainModule/Client/UI/Default/Console.rbxmx @@ -728,8 +728,8 @@ return function(data) end end) - service.HookEvent('ToggleConsole', function(open) - if opened or not open then + service.HookEvent('ToggleConsole', function() + if opened then close() else open()