mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 15:40:29 +01:00
Removed unnecessary property setting when a vehicle is being removed from a path.
This commit is contained in:
parent
11c441ebfc
commit
3e59e08b59
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ namespace SceneManager
|
|||
{
|
||||
Rage.Native.NativeFunction.Natives.x260BE8F09E326A20(cv.Vehicle, 1f, 1, true);
|
||||
}
|
||||
cv.StoppedAtWaypoint = false;
|
||||
//cv.StoppedAtWaypoint = false;
|
||||
if (cv.Driver.GetAttachedBlip())
|
||||
{
|
||||
cv.Driver.GetAttachedBlip().Delete();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue