From c01e596a770a056496690ede75c1b3754b8199f1 Mon Sep 17 00:00:00 2001 From: yangduo Date: Mon, 21 Apr 2025 16:47:58 +0800 Subject: [PATCH] adjust --- webapp/controller/SoloController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/SoloController.class.php b/webapp/controller/SoloController.class.php index 1d792d5..53ecb03 100644 --- a/webapp/controller/SoloController.class.php +++ b/webapp/controller/SoloController.class.php @@ -1042,7 +1042,7 @@ class SoloController } $curmonsterwaves = explode('|', $curlevelcfg['monsterlist_id']); - $curfinished = $gamelevel['curwave'] > 0 && $gamelevel['curwave'] == count($curmonsterwaves); + $curfinished = $gamelevel['curwave'] > 0 && $gamelevel['curwave'] >= count($curmonsterwaves); $level = $_REQUEST['level'];