Merge pull request #225 from Benzo00/main

spelling error
This commit is contained in:
Mycroft
2022-04-26 17:22:18 +01:00
committed by GitHub
+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)