mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-21 20:18:01 +01:00
Fix #205
This commit is contained in:
parent
25447bfd24
commit
e1c5f183ee
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
|||
abstract class MixinPlayerPositionLookS2CPacket implements Packet<ClientPlayPacketListener> {
|
||||
@Shadow @Mutable
|
||||
private @Final float pitch;
|
||||
@Shadow
|
||||
private @Final Set<Flag> flags;
|
||||
|
||||
@Inject(method = "apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V",
|
||||
|
|
Loading…
Reference in a new issue