mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 06:46:04 +01:00
fix typo
This commit is contained in:
@@ -1291,7 +1291,6 @@ function sendPhoneMail(data) local phoneResource = ""
|
|||||||
|
|
||||||
elseif GetResourceState("qb-phone"):find("start") then phoneResource = "qb-phone"
|
elseif GetResourceState("qb-phone"):find("start") then phoneResource = "qb-phone"
|
||||||
TriggerServerEvent('qb-phone:server:sendNewMail', data)
|
TriggerServerEvent('qb-phone:server:sendNewMail', data)
|
||||||
end
|
|
||||||
|
|
||||||
elseif GetResourceState("jpr-phonesystem"):find("start") then phoneResource = "jpr-phonesystem"
|
elseif GetResourceState("jpr-phonesystem"):find("start") then phoneResource = "jpr-phonesystem"
|
||||||
TriggerServerEvent(GetCurrentResourceName()..":jpr:SendMail", data)
|
TriggerServerEvent(GetCurrentResourceName()..":jpr:SendMail", data)
|
||||||
|
|||||||
Reference in New Issue
Block a user