mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-11 17:31:06 +01:00
Possible fix for flying.
This commit is contained in:
parent
ca4810e8d4
commit
d71e83d8d2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue