From 841663e8278105ecdd23cb5772aaaa84ced4201b Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Wed, 22 Apr 2026 18:06:09 +0800 Subject: [PATCH] 1 --- _DPS_/_Core/BaseClass/Socket/SocketBase.nut | 1 - _DPS_/_Core/Interface.nut | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/_DPS_/_Core/BaseClass/Socket/SocketBase.nut b/_DPS_/_Core/BaseClass/Socket/SocketBase.nut index 293f264..bef8bcc 100644 --- a/_DPS_/_Core/BaseClass/Socket/SocketBase.nut +++ b/_DPS_/_Core/BaseClass/Socket/SocketBase.nut @@ -32,7 +32,6 @@ function OnGatewaySocketConnect() { GatewaySocketPackFuncMap.rawset(10002, function(Jso) { getroottable().Dps_Self_Ip <- Jso.myip; print("本服务器IP: " + Jso.myip); - print("Version: 1.3"); print("\x1b[96m" + "############双端插件初始化成功############" + "\x1b[0m"); }); diff --git a/_DPS_/_Core/Interface.nut b/_DPS_/_Core/Interface.nut index a4acc22..3eb044f 100644 --- a/_DPS_/_Core/Interface.nut +++ b/_DPS_/_Core/Interface.nut @@ -72,6 +72,7 @@ function sqr_main() { // 输出到控制台 print(banner); + print("Sersion: 1.3"); dofile("/dp_s/Main.nut");