diff --git a/Player/PlayerGetOffYourPhone.lua b/Player/PlayerGetOffYourPhone.lua index 69f90ed..cb40325 100644 --- a/Player/PlayerGetOffYourPhone.lua +++ b/Player/PlayerGetOffYourPhone.lua @@ -11,6 +11,8 @@ function OnStart() end function OnStop() + if IS_MOBILE_PHONE_CALL_ONGOING() then return end + DESTROY_MOBILE_PHONE() end function OnTick()