Skip to content

Commit

Permalink
Update CommsCentre.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
P3tray authored Dec 9, 2021
1 parent 7abbbdc commit ef3263b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions MainModule/Client/UI/Default/CommsCentre.lua
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,7 @@ return function(data)
end
end

client.Variables.CommsCentreBindableEvent = service.New("BindableEvent");

client.Variables.CommsCentreBindableEvent.Event:Connect(function(v)
print(v)
service.HookEvent('ToggleConsole', function()
newMessage(v.Type, v.Title, v.Message, v.Icon, v.Time, v.Function)
end)

Expand Down

0 comments on commit ef3263b

Please sign in to comment.