Skip to content

Commit

Permalink
fix: fix issue #272
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Jun 20, 2024
1 parent f329735 commit 399f735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ default <T> void setAndSendEntityData(EntityDataType<T> dataType, T value) {
}

default void setAndSendEntityFlag(EntityFlag flag, boolean value) {
getMetadata().set(flag, true);
getMetadata().set(flag, value);
sendEntityFlags(flag);
}

Expand Down

0 comments on commit 399f735

Please sign in to comment.