spelling error

This commit is contained in:
Benzo
2022-04-26 18:18:43 +02:00
committed by GitHub
parent 007dca711a
commit 1308b02af5
+1 -1
View File
@@ -80,7 +80,7 @@ end
function ESX.ShowNotification(message, type, length)
if Config.NativeNotify then
BeginTextCommandThefeedPost('STRING')
AddTextComponentSubstringPlayerName(msg)
AddTextComponentSubstringPlayerName(message)
EndTextCommandThefeedPostTicker(0,1)
else
exports["esx_notify"]:Notify(type, length, message)