1
0
mirror of https://e.coding.net/circlecloud/MiaoBoard.git synced 2025-11-03 17:56:30 +00:00

feat: 修复记分板闪烁问题

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
2016-09-29 01:58:59 +08:00
parent 57c1c75685
commit f7dd78dee8
2 changed files with 2 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ public class SidebarBoard extends Board {
entry.update(line, newContents.size() - index - 1);
boardPage.getLastEntries().add(entry);
}
player.setScoreboard(boardPage.getBoard());
}
private void formatBody(final List<String> texts) {