Changed name to phone on roadphone functions

This commit is contained in:
desypher
2025-09-02 14:43:39 +02:00
committed by GitHub
parent 3b038fb700
commit 463358b53a

View File

@@ -60,7 +60,7 @@ local phoneFunc = {
TriggerServerEvent('phone:sendNewMail', mailData)
end,
},
{ name = "roadphone",
{ phone = "roadphone",
sendMail =
function(mailData)
-- Convert HTML line breaks to newlines for roadphone.
@@ -249,3 +249,4 @@ RegisterNetEvent(getScript()..":jpr:SendMail", function(data)
})
end)