From d887ba26a92ace2557f4876b0dd747db4f196f7a Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Fri, 19 Apr 2024 16:20:26 +0800 Subject: [PATCH] 1 --- webapp/mt/Manufacture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/mt/Manufacture.php b/webapp/mt/Manufacture.php index f5690955..76d65a64 100644 --- a/webapp/mt/Manufacture.php +++ b/webapp/mt/Manufacture.php @@ -22,7 +22,7 @@ class Manufacture { return array(); } - public static function findChipAction($action,$quality){print_r(self::getChipList() ); + public static function findChipAction($action,$quality){ foreach (self::getChipList() as $meta){ if ($meta['action'] == $action && $meta['rank'] == $quality){