From 507735a541183cbfad0ce976b3d2a5983eb1f52e Mon Sep 17 00:00:00 2001 From: "s3607057 (Angus Niven)" Date: Wed, 14 Aug 2019 17:48:59 +1000 Subject: [PATCH] Trivial commit to enable pushing. --- Assets/Scripts/Managers/GameManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Managers/GameManager.cs b/Assets/Scripts/Managers/GameManager.cs index 28a4847..e1edeac 100644 --- a/Assets/Scripts/Managers/GameManager.cs +++ b/Assets/Scripts/Managers/GameManager.cs @@ -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++];