From a83220ea7cf3d947981270d0b1a236257b6c974c Mon Sep 17 00:00:00 2001 From: APEX FIGHT Date: Thu, 2 Jan 2025 18:21:37 -0500 Subject: [PATCH] method call to sync objects --- Client/Unity/CSNC.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)); } } }