Fix warmup, actually set it
This commit is contained in:
parent
7205c0012d
commit
3ab25c3694
@ -916,5 +916,7 @@ public abstract class MemoryFPlayer implements FPlayer {
|
|||||||
if (this.warmup != null) {
|
if (this.warmup != null) {
|
||||||
this.clearWarmup();
|
this.clearWarmup();
|
||||||
}
|
}
|
||||||
|
this.warmup = warmup;
|
||||||
|
this.warmupTask = taskId;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user