mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
Remove or statements that don't do stuff
This commit is contained in:
@@ -25,8 +25,8 @@ local function Notify(notificatonType, length, message)
|
||||
end
|
||||
|
||||
SendNuiMessage(json.encode({
|
||||
type = notificatonType or "info",
|
||||
length = length or 3000,
|
||||
type = notificatonType,
|
||||
length = length,
|
||||
message = message or "ESX-Notify",
|
||||
}))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user