diff --git a/BulkCargo_UnityProject/Assets/Scripts/cxx/CallForTest.cs b/BulkCargo_UnityProject/Assets/Scripts/cxx/CallForTest.cs index 58b78c25..8acfca15 100644 --- a/BulkCargo_UnityProject/Assets/Scripts/cxx/CallForTest.cs +++ b/BulkCargo_UnityProject/Assets/Scripts/cxx/CallForTest.cs @@ -100,6 +100,7 @@ public class CallForTest : MonoBehaviour if (!string.IsNullOrEmpty(config_value)) { + //10.75.4.72 ServerIP = config_value.Replace("config_value=", ""); Debug.Log("启动参数服务器:" + ServerIP); }