textdisplay is now not persistent
This commit is contained in:
parent
50c72615bd
commit
42696fb612
2 changed files with 2 additions and 1 deletions
2
pom.xml
2
pom.xml
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>de.lunarakai</groupId>
|
||||
<artifactId>Minecleaner</artifactId>
|
||||
<version>1.0.3b</version>
|
||||
<version>1.0.3c</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Minecleaner</name>
|
||||
|
|
|
|||
|
|
@ -349,6 +349,7 @@ public class MinecleanerArena {
|
|||
textdisplay.setVisibleByDefault(true);
|
||||
textdisplay.setDisplayHeight(3);
|
||||
textdisplay.setDisplayWidth((float) BoardSize.boardSizesWidth[widthIndex] / 3);
|
||||
textdisplay.setPersistent(false);
|
||||
textdisplay.text(Component.text(ChatColor.GOLD + "Minesweeper"));
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue