Merge remote-tracking branch 'origin/main'

This commit is contained in:
iVampireSP.com 2023-02-26 16:41:58 +08:00
commit 01bfd9f529
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -212,7 +212,7 @@ public function cost(
'module_id' => $this->module_id, 'module_id' => $this->module_id,
]; ];
$left = $user->reduce($real_price, $description, false, $data); $left = $user->reduce($real_price, $description, false, $data)->user_remain;
$this->addLog($real_price); $this->addLog($real_price);