Skip to content

Commit

Permalink
swap from AddTextEntryByHash to AddTextEntry based on request
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNewb committed Nov 15, 2024
1 parent d96509d commit 7f38a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ignore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end)
CreateThread(function()
local mapText = Config.PauseMapText
if mapText == '' or type(mapText) ~= 'string' then mapText = 'FiveM' end
AddTextEntryByHash('FE_THDR_GTAO', mapText)
AddTextEntry('FE_THDR_GTAO', mapText)
end)

CreateThread(function() -- all these should only need to be called once
Expand Down

0 comments on commit 7f38a18

Please sign in to comment.