This commit is contained in:
Jim Shield
2024-02-20 12:43:51 +00:00
committed by GitHub
parent e6bee2ae2e
commit 2bf7a28508

View File

@@ -1291,7 +1291,6 @@ function sendPhoneMail(data) local phoneResource = ""
elseif GetResourceState("qb-phone"):find("start") then phoneResource = "qb-phone"
TriggerServerEvent('qb-phone:server:sendNewMail', data)
end
elseif GetResourceState("jpr-phonesystem"):find("start") then phoneResource = "jpr-phonesystem"
TriggerServerEvent(GetCurrentResourceName()..":jpr:SendMail", data)