This commit is contained in:
2026-04-22 18:06:09 +08:00
parent acd48ed2a0
commit 841663e827
2 changed files with 1 additions and 1 deletions

View File

@@ -32,7 +32,6 @@ function OnGatewaySocketConnect() {
GatewaySocketPackFuncMap.rawset(10002, function(Jso) { GatewaySocketPackFuncMap.rawset(10002, function(Jso) {
getroottable().Dps_Self_Ip <- Jso.myip; getroottable().Dps_Self_Ip <- Jso.myip;
print("本服务器IP: " + Jso.myip); print("本服务器IP: " + Jso.myip);
print("Version: 1.3");
print("\x1b[96m" + "############双端插件初始化成功############" + "\x1b[0m"); print("\x1b[96m" + "############双端插件初始化成功############" + "\x1b[0m");
}); });

View File

@@ -72,6 +72,7 @@ function sqr_main() {
// 输出到控制台 // 输出到控制台
print(banner); print(banner);
print("Sersion: 1.3");
dofile("/dp_s/Main.nut"); dofile("/dp_s/Main.nut");