From 1308b02af5fbc78af3fe7d0704f35e18fba894d0 Mon Sep 17 00:00:00 2001 From: Benzo <102178921+Benzo00@users.noreply.github.com> Date: Tue, 26 Apr 2022 18:18:43 +0200 Subject: [PATCH] spelling error --- [esx]/es_extended/client/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[esx]/es_extended/client/functions.lua b/[esx]/es_extended/client/functions.lua index c977da40..44d0931c 100644 --- a/[esx]/es_extended/client/functions.lua +++ b/[esx]/es_extended/client/functions.lua @@ -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)