Commit 872ba929 authored by nanahira's avatar nanahira

Merge branch 'mc'

parents 6b280dca 848ec9f8
......@@ -842,7 +842,7 @@ class Room
#else
# log.info 'SCORE POST OK', response.statusCode, response.statusMessage, @name, body
return
if settings.modules.challonge.enabled and @started and !@kicked and @disconnector != 'server'
if settings.modules.challonge.enabled and @started and !@kicked
challonge.matches.update({
id: settings.modules.challonge.tournament_id,
matchId: @challonge_info.id,
......
......@@ -1087,7 +1087,7 @@
})(this));
}
}
if (settings.modules.challonge.enabled && this.started && !this.kicked && this.disconnector !== 'server') {
if (settings.modules.challonge.enabled && this.started && !this.kicked) {
challonge.matches.update({
id: settings.modules.challonge.tournament_id,
matchId: this.challonge_info.id,
......
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