Commit acd0f673 authored by mercury233's avatar mercury233

fix

parent 20639a2f
......@@ -15,7 +15,7 @@
"time_limit": 180
},
"modules": {
"welcome": "Mycard YGOPRO Server",
"welcome": "MyCard YGOPro Server",
"update": "请更新游戏版本",
"stop": false,
"tips": {
......
{
"port": 7911,
"modules": {
"welcome": "Mycard YGOPro Server",
"welcome": "MyCard YGOPro Server",
"update": "请更新游戏版本,可在社区(https://ygobbs.com)手动下载更新包",
"tips": {
"enabled": true,
......
......@@ -994,7 +994,7 @@ ygopro.ctos_follow 'JOIN_GAME', false, (buffer, info, client, server)->
baseUrl: settings.modules.mycard.auth_base_url,
url: '/users/' + encodeURIComponent(client.name) + '.json',
qs:
api_key: ettings.modules.mycard.auth_key,
api_key: settings.modules.mycard.auth_key,
api_username: client.name,
skip_track_visit: true
json: true
......
......@@ -1223,7 +1223,7 @@
baseUrl: settings.modules.mycard.auth_base_url,
url: '/users/' + encodeURIComponent(client.name) + '.json',
qs: {
api_key: ettings.modules.mycard.auth_key,
api_key: settings.modules.mycard.auth_key,
api_username: client.name,
skip_track_visit: true
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment