Reload holograms with line height change

This commit is contained in:
fullwall 2020-11-23 07:48:26 +08:00
parent 810441c17b
commit 4491e95952
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@ public class HologramTrait extends Trait {
public void setLineHeight(double height) {
lineHeight = height;
unload();
load();
}
private void unload() {