1
This commit is contained in:
parent
690a0afa33
commit
732654833f
@ -114,7 +114,7 @@ class MissionService extends BaseService {
|
|||||||
if ($total > $target){
|
if ($total > $target){
|
||||||
$current = $current - ($total - $target);
|
$current = $current - ($total - $target);
|
||||||
if ($current < 0){
|
if ($current < 0){
|
||||||
$current = 0;
|
$current = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $current;
|
return $current;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user