Remove ap call
This commit is contained in:
parent
6a1df11f0e
commit
4ad44fd8ac
1 changed files with 0 additions and 1 deletions
|
|
@ -46,7 +46,6 @@ module Api
|
||||||
|
|
||||||
def handle_conflict(summon)
|
def handle_conflict(summon)
|
||||||
conflict_summon = summon.conflicts(party)
|
conflict_summon = summon.conflicts(party)
|
||||||
ap conflict_summon
|
|
||||||
return unless conflict_summon.summon.id == incoming_summon.id
|
return unless conflict_summon.summon.id == incoming_summon.id
|
||||||
|
|
||||||
old_position = conflict_summon.position
|
old_position = conflict_summon.position
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue