Remove or statements that don't do stuff

This commit is contained in:
Arctos2win
2024-01-27 15:51:31 +01:00
committed by GitHub
parent d41ac35f92
commit 809b397017
+2 -2
View File
@@ -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