feat: 修复记分板闪烁问题

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

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pw.yumc</groupId>
<artifactId>MiaoBoard</artifactId>
<version>2.1</version>
<version>2.2</version>
<name>MiaoBoard</name>
<description>喵式记分板</description>
<build>

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) {