mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-28 13:36:16 +01:00
Possible fix for flying.
This commit is contained in:
parent
ca4810e8d4
commit
d71e83d8d2
@ -677,7 +677,7 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
|
|||||||
if (packet != null) this.networkManager.queue(packet);
|
if (packet != null) this.networkManager.queue(packet);
|
||||||
// CraftBukkit end
|
// CraftBukkit end
|
||||||
|
|
||||||
this.g = this.f;
|
this.i = this.f;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void a(Packet16BlockItemSwitch packet16blockitemswitch) {
|
public void a(Packet16BlockItemSwitch packet16blockitemswitch) {
|
||||||
|
Loading…
Reference in New Issue
Block a user