Fixed the elevator for multiplayer

This commit is contained in:
2025-11-17 22:13:37 +02:00
parent ef3b4c363e
commit 47d37f2b7f
4 changed files with 6 additions and 6 deletions

View File

@@ -148,11 +148,11 @@ public class FirstPersonOcclusion : MonoBehaviour
if (isHit)
{
lineCastHitCount++;
Debug.DrawLine(Start, End, Color.red);
//Debug.DrawLine(Start, End, Color.red);
}
else
{
Debug.DrawLine(Start, End, colour);
//Debug.DrawLine(Start, End, colour);
}
}