Skip to content

Commit

Permalink
Merge pull request #1298 from Arctos2win/Arctos2win-Notify
Browse files Browse the repository at this point in the history
Remove or statements that don't do stuff
  • Loading branch information
Gellipapa authored Jan 27, 2024
2 parents 4eab575 + 809b397 commit 7adb8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions [core]/esx_notify/Notify.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7adb8e1

Please sign in to comment.