修正分支合并

This commit is contained in:
MrZ626
2020-12-03 00:06:09 +08:00
parent ac701c4759
commit 1bb8df5db5
5 changed files with 1 additions and 19 deletions

View File

@@ -190,9 +190,7 @@ do--httpRequest
wsConnect=
client and function(tick,path,header)
local task,err=client.wsraw{
-- url="http://krakens.tpddns.cn:10026"..path,
url="ws://127.0.0.1:10026"..path,
origin = "127.0.0.1",
url="http://krakens.tpddns.cn:10026"..path,
header=header,
}
if task then

View File

@@ -485,10 +485,6 @@ return{
password="Password",
password2="Reenter password",
},
netgame={
title="Online game",
test="Test",
},
account={
title="Account",
},

View File

@@ -482,10 +482,6 @@ return{
password="Mot de passe",
password2="Confirmer le mot de passe",
},
netgame={ -- TODO: translation
title="Online game",
test="Test",
},
account={
title="Compte",
},

View File

@@ -487,10 +487,6 @@ return{
password="Contraseña",
password2="Repetir Contr.",
},
netgame={ -- TODO: translation
title="Online game",
test="Test",
},
account={
title="Cuenta",
},

View File

@@ -508,10 +508,6 @@ return{
password="密码",
password2="确认密码",
},
netgame={
title="在线游戏",
test="测试",
},
account={
title="账户",
},