Update Host.php

This commit is contained in:
iVampireSP.com 2022-11-24 08:13:38 +08:00 committed by GitHub
parent 933d3e28ab
commit 39ecbfb70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -317,7 +317,7 @@ public function cost($amount = null, $auto = true): bool
}
// 如果太小,则重置为 0.9999
if ($real_price < 0.9999) {
if ($real_price < 0.0001) {
$real_price = 0.9999;
}