fix elytrafly mode display
This commit is contained in:
parent
05979b261e
commit
c4b6959236
1 changed files with 3 additions and 1 deletions
|
@ -100,8 +100,10 @@ public class ElytraFly extends Feature {
|
|||
|
||||
@Override
|
||||
public void onEveryTick() {
|
||||
if(blockMovement) {
|
||||
if (blockMovement) {
|
||||
text = this + "§7 [Locked]";
|
||||
} else {
|
||||
text = toString();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue