Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aabssmc committed Sep 21, 2024
1 parent 1048322 commit 6031434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class ExprGuardianHasLaser extends EntityExpression<Guardian, Boolean> {

static {
register(ExprGuardianHasLaser.class, Boolean.class, "[[guardian] has laser [state|mode]", "entities");
register(ExprGuardianHasLaser.class, Boolean.class, "[guardian] has laser [state|mode]", "entities");
}

@Override
Expand Down

0 comments on commit 6031434

Please sign in to comment.