2
0
Fork 0
mirror of https://github.com/GTA-ASM/SanAndreasUnity synced 2025-02-24 11:17:11 +00:00
This commit is contained in:
in0finite 2019-07-06 01:16:37 +02:00
parent 8f477c0353
commit 056e4bf284

View file

@ -1,5 +1,4 @@
using System.Collections.Generic;
using UnityEngine;
using UnityEngine;
using Mirror;
using SanAndreasUnity.Utilities;
using SanAndreasUnity.Behaviours;
@ -120,7 +119,7 @@ namespace SanAndreasUnity.Net
{
if (m_player.OwnedPed != null)
{
m_player.OwnedPed.Teleport(pos, rot);
F.RunExceptionSafe( () => m_player.OwnedPed.Teleport(pos, rot) );
}
}