From de2dd4a09b4f43c828fa86f78cf067663a20ec7a Mon Sep 17 00:00:00 2001 From: Mycroft Date: Tue, 26 Apr 2022 16:38:18 +0100 Subject: [PATCH] Update Notify.lua --- [esx]/esx_notify/Notify.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[esx]/esx_notify/Notify.lua b/[esx]/esx_notify/Notify.lua index 8a54aca6..27c7956e 100644 --- a/[esx]/esx_notify/Notify.lua +++ b/[esx]/esx_notify/Notify.lua @@ -7,5 +7,5 @@ local function Notify(type, length, message) end exports('Notify', Notify) -RegisterNetEvent("Notify", Notify) +RegisterNetEvent("ESX:Notify", Notify)