fix elytrafly mode display

This commit is contained in:
Daniella / Tove 2024-05-26 18:39:58 +02:00
parent 05979b261e
commit c4b6959236

View file

@ -100,8 +100,10 @@ public class ElytraFly extends Feature {
@Override
public void onEveryTick() {
if(blockMovement) {
if (blockMovement) {
text = this + "§7 [Locked]";
} else {
text = toString();
}
}