From 7e84f16f1e60f444c7b8fe8c097bdc68544fc88e Mon Sep 17 00:00:00 2001 From: Mirow Date: Fri, 26 Jul 2024 22:19:18 +0200 Subject: [PATCH] fix(Notify): fixed lint errors --- [core]/esx_notify/Notify.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/[core]/esx_notify/Notify.lua b/[core]/esx_notify/Notify.lua index cfb9ab97..5bddf2cc 100644 --- a/[core]/esx_notify/Notify.lua +++ b/[core]/esx_notify/Notify.lua @@ -36,6 +36,7 @@ RegisterNetEvent("ESX:Notify", Notify) if Debug then RegisterCommand("oldnotify", function() + ---@diagnostic disable-next-line ESX.ShowNotification("No Waypoint Set.", true, false, 140) end)