mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-08 11:41:28 +01:00
null check.
This commit is contained in:
parent
2f114dcf81
commit
923b443974
@ -70,6 +70,7 @@ public abstract class Hologram {
|
||||
}
|
||||
|
||||
private void format(KitBlockData data, Action action) {
|
||||
if (data == null) return;
|
||||
KitType kitType = data.getType();
|
||||
|
||||
ArrayList<String> lines = new ArrayList<>();
|
||||
|
Loading…
Reference in New Issue
Block a user