1
This commit is contained in:
@@ -32,6 +32,7 @@ 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");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user