Browse Source

Trivial commit to enable pushing.

Josh_Dev_branch
s3607057 (Angus Niven) 4 years ago
parent
commit
507735a541
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Assets/Scripts/Managers/GameManager.cs

+ 1
- 1
Assets/Scripts/Managers/GameManager.cs View File

@ -166,7 +166,7 @@ public class GameManager : MonoBehaviour
foreach (ClientData client in ClientList)
{
Debug.Log("spawnIndex = " + spawnIndex);
//Debug.Log("spawnIndex = " + spawnIndex);
Character newChar = Instantiate(characterPrefab);
//Block startingBlock = SpawnBlocks[(spawnIndex++ % ClientList.ConnectedClients.Count)];
Block startingBlock = SpawnBlocks[spawnIndex++];

Loading…
Cancel
Save