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

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