mirror of
https://github.com/smyalygames/monopoly.git
synced 2025-05-18 14:24:12 +02:00
Changed the initial debug message
This commit is contained in:
parent
0853a4d4f0
commit
62fb24f9bb
@ -119,7 +119,7 @@ public class properties : MonoBehaviour
|
|||||||
{
|
{
|
||||||
if (data != null && test == 0)
|
if (data != null && test == 0)
|
||||||
{
|
{
|
||||||
Debug.Log(data[1].printTitle());
|
Debug.Log(data[0].printTitle());
|
||||||
test++;
|
test++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user