Skip to content

Commit

Permalink
Update main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
69u committed Dec 2, 2022
1 parent f4b9b23 commit df2bca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ AddEventHandler('onResourceStart', function(resourceName)
elseif config.DefaultPrefix == 'twt' then
TriggerClientEvent('cc-rpchat:addMessage', -1, '#2980b9', 'fa-brands fa-twitter', '@'..playerName, message)
end
CancelEvent()
end)
end
end)
Expand Down

0 comments on commit df2bca9

Please sign in to comment.