From 62fb24f9bb4bb292b952e88567b1265e8a1e6bb7 Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Wed, 15 Jul 2020 16:33:03 +0100 Subject: [PATCH] Changed the initial debug message --- Assets/Scripts/properties.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/properties.cs b/Assets/Scripts/properties.cs index ddf3551..4a95c88 100644 --- a/Assets/Scripts/properties.cs +++ b/Assets/Scripts/properties.cs @@ -119,7 +119,7 @@ public class properties : MonoBehaviour { if (data != null && test == 0) { - Debug.Log(data[1].printTitle()); + Debug.Log(data[0].printTitle()); test++; } }