From 4b780ceb48a20fd21c3dd14ada4a9837bef74309 Mon Sep 17 00:00:00 2001 From: chenxiangxue <910695411@qq.com> Date: Tue, 30 Jul 2024 09:46:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BulkCargo_UnityProject/Assets/Scripts/cxx/CallForTest.cs | 1 + 1 file changed, 1 insertion(+) 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); }