Skip to content

Commit

Permalink
Merge pull request #695 from bitpredator/dev
Browse files Browse the repository at this point in the history
fix: (bpt_crafting) fix error no such export SendAlert
  • Loading branch information
bitpredator authored Apr 25, 2024
2 parents af136e2 + 429f4aa commit fe367e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ RegisterNUICallback("craft", function(data)
end)

function SendTextMessage(msg)
exports["mythic_notify"]:SendAlert("inform", msg)
exports["mythic_notify"]:DoHudText("inform", msg)
end

function DrawText3D(x, y, z, text)
Expand Down

0 comments on commit fe367e3

Please sign in to comment.