fixed elytra race spectators flying elytra
This commit is contained in:
parent
a71aca5d6c
commit
7cd849946b
@ -169,6 +169,7 @@ public class ElytraRace extends StatelessGame {
|
||||
if(newPos.z() > ringCount * ringSpacing) {
|
||||
getScore().insertResult(player);
|
||||
player.setGameMode(GameMode.SPECTATOR);
|
||||
player.setFlyingWithElytra(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user