This commit is contained in:
yangduo 2025-04-09 11:26:19 +08:00
parent 0f13cc8ff2
commit 70fa8ef886

View File

@ -528,6 +528,9 @@ class SoloController
if (count($newlist) == 0) {
unset($gamelevel['levelinfo'][$level]);
if (count($gamelevel['levelinfo']) == 0) {
$gamelevel['levelinfo'] = array();
}
} else {
$gamelevel['levelinfo'][$level] = $newlist;
}