This commit is contained in:
parent
e9dfdbceba
commit
4b780ceb48
|
@ -100,6 +100,7 @@ public class CallForTest : MonoBehaviour
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(config_value))
|
if (!string.IsNullOrEmpty(config_value))
|
||||||
{
|
{
|
||||||
|
//10.75.4.72
|
||||||
ServerIP = config_value.Replace("config_value=", "");
|
ServerIP = config_value.Replace("config_value=", "");
|
||||||
Debug.Log("启动参数服务器:" + ServerIP);
|
Debug.Log("启动参数服务器:" + ServerIP);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue