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

fix

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