v0.8 업데이트 #116

Closed
Hide_D wants to merge 209 commits from custom_map into devel
Showing only changes of commit 44c0601414 - Show all commits
+1 -1
View File
@@ -127,7 +127,7 @@ foreach($types as $idx=>[$typeName, $typeValue, $typeFunc]){
usort($typeGenerals, function($lhs, $rhs){
//내림차순
return $rhs['value'] - $lhs['value'];
return -($lhs['value'] <=> $rhs['value']);
});
echo $templates->render('hallOfFrame', [