mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +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"
|
||||
TriggerServerEvent('qb-phone:server:sendNewMail', data)
|
||||
end
|
||||
|
||||
elseif GetResourceState("jpr-phonesystem"):find("start") then phoneResource = "jpr-phonesystem"
|
||||
TriggerServerEvent(GetCurrentResourceName()..":jpr:SendMail", data)
|
||||
|
||||
Reference in New Issue
Block a user