Update Notify.lua

This commit is contained in:
Mycroft
2022-04-26 16:38:18 +01:00
committed by GitHub
parent 8b22a8cde4
commit de2dd4a09b
+1 -1
View File
@@ -7,5 +7,5 @@ local function Notify(type, length, message)
end
exports('Notify', Notify)
RegisterNetEvent("Notify", Notify)
RegisterNetEvent("ESX:Notify", Notify)