Character camera and movement fix - maybe 2

This commit is contained in:
2025-10-12 13:42:19 +02:00
parent 78836c0691
commit 43865e57f1
3 changed files with 4 additions and 9 deletions

View File

@@ -261,6 +261,7 @@ namespace MegaKoop.Game.Networking
var thirdPersonCamera = clone.GetComponentInChildren<ThirdPersonCamera>(true);
if (thirdPersonCamera != null)
{
thirdPersonCamera.gameObject.SetActive(info.IsLocal);
thirdPersonCamera.enabled = info.IsLocal;
if (info.IsLocal)
{