adjust
This commit is contained in:
parent
20e001b5b0
commit
c01e596a77
@ -1042,7 +1042,7 @@ class SoloController
|
|||||||
}
|
}
|
||||||
|
|
||||||
$curmonsterwaves = explode('|', $curlevelcfg['monsterlist_id']);
|
$curmonsterwaves = explode('|', $curlevelcfg['monsterlist_id']);
|
||||||
$curfinished = $gamelevel['curwave'] > 0 && $gamelevel['curwave'] == count($curmonsterwaves);
|
$curfinished = $gamelevel['curwave'] > 0 && $gamelevel['curwave'] >= count($curmonsterwaves);
|
||||||
|
|
||||||
$level = $_REQUEST['level'];
|
$level = $_REQUEST['level'];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user