명장 일람 아이템 표기 버그 수정, 사령부 턴 정상 리다이렉트, 개인 기록 역순 표기 문제 해결

This commit is contained in:
2018-04-10 21:20:35 +09:00
parent 9831685bb9
commit 8f9077dff8
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -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) {