From a71fb179ef3edc39149fcfa8df5ca81af4c7f9a7 Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Mon, 27 Apr 2026 15:15:16 +0800 Subject: [PATCH] 11 --- _DPS_/_Core/Interface.nut | 1 - 1 file changed, 1 deletion(-) 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"); });