Skip to content

Commit

Permalink
Fix observer mode first person after observed ship dies.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Jul 13, 2020
1 parent ba4b37e commit 92b4e7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GameMod/MPObserver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ static void Postfix(PlayerShip __instance)
{
__instance.c_transform.position -= __instance.c_transform.rotation * new Vector3(0, -0.5f, 2f);
}

MPObserver.SetPlayerVisibility(player, MPObserver.ThirdPerson);
}
}
}
Expand Down

0 comments on commit 92b4e7b

Please sign in to comment.