Skip to content

Commit

Permalink
Fixed Notifications for QBCore, Thanks Panda!
Browse files Browse the repository at this point in the history
  • Loading branch information
PickleModifications authored Nov 29, 2022
1 parent 9a8822c commit 5153a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/qb/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function ShowNotification(text)
end

function ShowHelpNotification(text)
AddTextEntry('qbHelpNotification', msg)
AddTextEntry('qbHelpNotification', text)
BeginTextCommandDisplayHelp('qbHelpNotification')
EndTextCommandDisplayHelp(0, false, false, -1)
end
Expand Down

0 comments on commit 5153a12

Please sign in to comment.