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");