Commit 9c4b7ccc authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 1657f74c
This diff is collapsed.
...@@ -464,13 +464,15 @@ ...@@ -464,13 +464,15 @@
tips = null; tips = null;
request({ if (settings.modules.tips) {
url: settings.modules.tips, request({
json: true url: settings.modules.tips,
}, function(error, response, body) { json: true
tips = body; }, function(error, response, body) {
return log.info("tips loaded", tips.length); tips = body;
}); return log.info("tips loaded", tips.length);
});
}
ygopro.stoc_follow('DUEL_START', false, function(buffer, info, client, server) { ygopro.stoc_follow('DUEL_START', false, function(buffer, info, client, server) {
var player, _i, _len, _ref; var player, _i, _len, _ref;
......
This diff is collapsed.
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