Skip to content

Commit

Permalink
[EMERGENCY PATCH] Fix console, which I broke in the Creamed Cheese up…
Browse files Browse the repository at this point in the history
…date.

Not clickbait this time.
  • Loading branch information
P3tray authored Dec 11, 2021
1 parent d897996 commit 7512779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MainModule/Client/UI/Default/Console.rbxmx
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7512779

Please sign in to comment.