Browse Source

Quick broken chgange

master
MB 5 years ago
parent
commit
988347d26b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Assets/Scipts/CharacterMovement.cs

+ 1
- 1
Assets/Scipts/CharacterMovement.cs View File

@ -27,9 +27,9 @@ public class CharacterMovement : MonoBehaviour {
public bool CheckNearby()
{
bool found = false;
for (int i = 0; i < Players.Count; i++)
{
bool found = false;
if ((localPlayer.transform.position - Players[i].transform.position).magnitude < DistanceToWin)
{
Greet();

Loading…
Cancel
Save