From eab23417a5f11e4d673f582eab264169c01bc576 Mon Sep 17 00:00:00 2001 From: heyheyitsmeman <50056835+heyheyitsmeman@users.noreply.github.com> Date: Fri, 15 May 2020 17:02:35 +0300 Subject: [PATCH] Update player.lua --- server/classes/player.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/classes/player.lua b/server/classes/player.lua index 75a7d83e..64d6c1f9 100644 --- a/server/classes/player.lua +++ b/server/classes/player.lua @@ -490,8 +490,8 @@ function CreateExtendedPlayer(playerId, identifier, group, accounts, inventory, return end - self.showNotification = function(msg, flash, saveToBrief, hudColorIndex) - self.triggerEvent('esx:showNotification', msg, flash, saveToBrief, hudColorIndex) + self.showNotification = function(msg) + self.triggerEvent('esx:showNotification', msg) end self.showHelpNotification = function(msg, thisFrame, beep, duration)