mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Changed name to phone on roadphone functions
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user