mirror of
https://e.coding.net/circlecloud/MiaoBoard.git
synced 2025-11-24 21:26:16 +00:00
2
pom.xml
2
pom.xml
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>pw.yumc</groupId>
|
<groupId>pw.yumc</groupId>
|
||||||
<artifactId>MiaoBoard</artifactId>
|
<artifactId>MiaoBoard</artifactId>
|
||||||
<version>2.1</version>
|
<version>2.2</version>
|
||||||
<name>MiaoBoard</name>
|
<name>MiaoBoard</name>
|
||||||
<description>喵式记分板</description>
|
<description>喵式记分板</description>
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ public class SidebarBoard extends Board {
|
|||||||
entry.update(line, newContents.size() - index - 1);
|
entry.update(line, newContents.size() - index - 1);
|
||||||
boardPage.getLastEntries().add(entry);
|
boardPage.getLastEntries().add(entry);
|
||||||
}
|
}
|
||||||
|
player.setScoreboard(boardPage.getBoard());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void formatBody(final List<String> texts) {
|
private void formatBody(final List<String> texts) {
|
||||||
|
|||||||
Reference in New Issue
Block a user