Skip to content

Commit

Permalink
fix: Minor fixes for the crafting system
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jun 21, 2024
1 parent b47e68b commit 907889c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ INSERT INTO `bpt_items` (`name`, `label`) VALUES
('WEAPON_APPISTOL', 'WEAPON APPISTOL'),
('iron', 'iron'),
('hammer', 'hammer'),
('legnatagliata', 'asse di legno'),
('wood', 'Legna'),
('fixkit', 'fixkit'),
('almondmilk', 'almondmilk'),
('ice', 'ice'),
Expand Down
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"]:DoHudText("inform", msg)
exports["mythic_notify"]:SendAlert("inform", msg)
end

function DrawText3D(x, y, z, text)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 907889c

Please sign in to comment.