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