Update ConversationPatches.cs

This commit is contained in:
Mister_Nebula 2020-10-25 17:17:47 +00:00
parent 6278825786
commit d6bc390b9f

View File

@ -73,6 +73,7 @@ namespace QSB.ConversationSync
Vector3 position;
if (playerId == uint.MaxValue)
{
// TODO : Find closest player and track to that camera.
position = Locator.GetActiveCamera().transform.position;
}
else