textdisplay is now not persistent
This commit is contained in:
parent
50c72615bd
commit
42696fb612
2 changed files with 2 additions and 1 deletions
|
|
@ -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