mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
fix(client): Missing event for defaultNotify
This commit is contained in:
@@ -29,3 +29,4 @@ function lib.defaultNotify(data)
|
|||||||
end
|
end
|
||||||
|
|
||||||
RegisterNetEvent('ox_lib:notify', lib.notify)
|
RegisterNetEvent('ox_lib:notify', lib.notify)
|
||||||
|
RegisterNetEvent('ox_lib:defaultNotify', lib.defaultNotify)
|
||||||
|
|||||||
Reference in New Issue
Block a user