mirror of
https://github.com/smyalygames/monopoly.git
synced 2025-12-19 19:19:44 +01:00
Changed the initial debug message
This commit is contained in:
@@ -119,7 +119,7 @@ public class properties : MonoBehaviour
|
||||
{
|
||||
if (data != null && test == 0)
|
||||
{
|
||||
Debug.Log(data[1].printTitle());
|
||||
Debug.Log(data[0].printTitle());
|
||||
test++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user