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)