명장 일람 아이템 표기 버그 수정, 사령부 턴 정상 리다이렉트, 개인 기록 역순 표기 문제 해결
This commit is contained in:
@@ -93,7 +93,7 @@ function pushGenLog($general, $log) {
|
||||
}
|
||||
|
||||
function getGenLogRecent(int $no, int $count) {
|
||||
return join('<br>', getFormattedFileLogRecent("logs/gen{$no}.txt", $count, 300));
|
||||
return join('<br>', array_reverse(getFormattedFileLogRecent("logs/gen{$no}.txt", $count, 300)));
|
||||
}
|
||||
|
||||
function pushBatRes($general, $log) {
|
||||
|
||||
Reference in New Issue
Block a user