mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +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
|
end
|
||||||
|
|
||||||
SendNuiMessage(json.encode({
|
SendNuiMessage(json.encode({
|
||||||
type = notificatonType or "info",
|
type = notificatonType,
|
||||||
length = length or 3000,
|
length = length,
|
||||||
message = message or "ESX-Notify",
|
message = message or "ESX-Notify",
|
||||||
}))
|
}))
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user