diff --git a/Client/Unity/CSNC.cs b/Client/Unity/CSNC.cs index 798b721..4ce2cd7 100644 --- a/Client/Unity/CSNC.cs +++ b/Client/Unity/CSNC.cs @@ -105,9 +105,7 @@ public class CSNC : MonoBehaviour } else { - - Debug.Log(req.downloadHandler.text); - + manager.SyncObjects(JsonConvert.DeserializeObject(req.downloadHandler.text)); } } }