mirror of
https://e.coding.net/circlecloud/MiaoBoard.git
synced 2024-11-22 01:49:05 +00:00
feat: 修复记分板闪烁问题
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
parent
57c1c75685
commit
f7dd78dee8
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user