diff --git a/_DPS_/_Core/Interface.nut b/_DPS_/_Core/Interface.nut index d971465..cd3a24a 100644 --- a/_DPS_/_Core/Interface.nut +++ b/_DPS_/_Core/Interface.nut @@ -209,7 +209,6 @@ if (getroottable().rawin("DP_S_VERSION") && DP_S_VERSION >= 25.329 && DP_S_VERSI //获得本服务器的IP GatewaySocketPackFuncMap.rawset(10002, function(Jso) { getroottable().Dps_Self_Ip <- Jso.myip; - print("本服务器IP: " + Jso.myip); print("\x1b[96m" + "############双端插件初始化成功############" + "\x1b[0m"); });