3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 20:40:08 +01:00

Possible fix for flying.

Dieser Commit ist enthalten in:
EvilSeph 2011-09-14 21:56:12 -04:00
Ursprung ca4810e8d4
Commit d71e83d8d2

Datei anzeigen

@ -677,7 +677,7 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
if (packet != null) this.networkManager.queue(packet);
// CraftBukkit end
this.g = this.f;
this.i = this.f;
}
public void a(Packet16BlockItemSwitch packet16blockitemswitch) {