Skip to content

Commit

Permalink
fix: missing conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Oct 4, 2024
1 parent 95ffda1 commit c02914d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/camera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ RegisterNetEvent('qbx_newsjob:client:toggleCam', function()
lib.playAnim(cache.ped, camanimDict, camanimName, 1.0, -1, -1, 50, 0, false, false, false)
cam_net = netid
holdingCam = true
lib.showTextUI(Lang:t('info.weazle_overlay'))
lib.showTextUI(locale('info.weazle_overlay'))
else
lib.hideTextUI()
ClearPedSecondaryTask(cache.ped)
Expand Down

0 comments on commit c02914d

Please sign in to comment.