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'];