Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 06:50:09 +01:00
Ursprung
2b56927d27
Commit
ea136b269c
@ -1739,7 +1739,12 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
|
|||||||
abilities.add(Ability.NO_CLIP);
|
abilities.add(Ability.NO_CLIP);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// https://github.com/GeyserMC/Geyser/issues/3769 Setting Spectator mode ability layer
|
||||||
|
if (spectator) {
|
||||||
|
abilityLayer.setLayerType(AbilityLayer.Type.SPECTATOR);
|
||||||
|
} else {
|
||||||
abilityLayer.setLayerType(AbilityLayer.Type.BASE);
|
abilityLayer.setLayerType(AbilityLayer.Type.BASE);
|
||||||
|
}
|
||||||
abilityLayer.setFlySpeed(flySpeed);
|
abilityLayer.setFlySpeed(flySpeed);
|
||||||
// https://github.com/GeyserMC/Geyser/issues/3139 as of 1.19.10
|
// https://github.com/GeyserMC/Geyser/issues/3139 as of 1.19.10
|
||||||
abilityLayer.setWalkSpeed(walkSpeed == 0f ? 0.01f : walkSpeed);
|
abilityLayer.setWalkSpeed(walkSpeed == 0f ? 0.01f : walkSpeed);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren