Skip to content

Commit

Permalink
merry chrimasrdfioawghf
Browse files Browse the repository at this point in the history
  • Loading branch information
detox-dev committed Dec 26, 2021
1 parent caadc9c commit ed7a039
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public void change(Event e, @Nullable Object[] delta, ChangeMode mode) {
assert mode == ChangeMode.SET;
if (delta.length < 1 || delta[0] == null || lineExpr == null) return;
HologramLine line = lineExpr.getSingle(e);
if (line == null) return;
if (line instanceof TextLine) {
Object obj = delta[0];
if (!(obj instanceof String)) return;
Expand Down

0 comments on commit ed7a039

Please sign in to comment.