Backport to 1.18.2
This commit is contained in:
parent
1fbd10471f
commit
c344b5c0b6
67 changed files with 3335 additions and 3858 deletions
|
@ -18,6 +18,7 @@ public class PlayerFlyCache
|
|||
}
|
||||
|
||||
public void Assert(ServerPlayer play){
|
||||
if(play.gameMode.isCreative()) return;
|
||||
Abilities playerAbilities = play.getAbilities();
|
||||
playerAbilities.flying=Flying;
|
||||
playerAbilities.mayfly=FlyEnabled;
|
||||
|
|
Reference in a new issue