mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-11 19:00:37 +01:00
Reload holograms with line height change
This commit is contained in:
parent
810441c17b
commit
4491e95952
@ -190,6 +190,8 @@ public class HologramTrait extends Trait {
|
||||
|
||||
public void setLineHeight(double height) {
|
||||
lineHeight = height;
|
||||
unload();
|
||||
load();
|
||||
}
|
||||
|
||||
private void unload() {
|
||||
|
Loading…
Reference in New Issue
Block a user