This commit is contained in:
2026-04-22 17:21:23 +08:00
parent ef99801739
commit acd48ed2a0

View File

@@ -32,6 +32,7 @@ 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");
});