Commit 0bd6d0cd authored by nanahira's avatar nanahira

fix

parent 30fc8506
......@@ -2130,7 +2130,7 @@ ygopro.ctos_follow 'JOIN_GAME', false, (buffer, info, client, server, datas)->
done(null, body)
else
log.warn("Match permit request error", error)
match_permit_callback(null, null)
done(null, null)
return
return
get_user: (done) ->
......
......@@ -2803,7 +2803,7 @@
done(null, body);
} else {
log.warn("Match permit request error", error);
match_permit_callback(null, null);
done(null, null);
}
});
},
......
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