This commit is contained in:
2026-04-27 15:15:16 +08:00
parent e82f15f1b0
commit a71fb179ef

View File

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