Fix score calculation (#689)
This commit is contained in:
parent
fbcfc9fe20
commit
d9a0948377
@ -266,7 +266,7 @@ where
|
|||||||
}
|
}
|
||||||
|
|
||||||
if let Some(strat) = psmeta.strat() {
|
if let Some(strat) = psmeta.strat() {
|
||||||
if strat == PowerSchedule::EXPLORE {
|
if strat != PowerSchedule::EXPLORE {
|
||||||
if factor > MAX_FACTOR {
|
if factor > MAX_FACTOR {
|
||||||
factor = MAX_FACTOR;
|
factor = MAX_FACTOR;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user