Fixed user job recovery after donation round.
This commit is contained in:
parent
df933964e1
commit
9f4428a484
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
if (index() == 1 && job.index() == 0 && job == m_jobs[0]) {
|
if (index() == 1 && job.index() == 0 && job == m_jobs[0]) {
|
||||||
|
m_index = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue