mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-25 09:12:02 -07:00
Update Spigot's Patches round 2?
The hell happened here. : Fix Build 2339ac14a8e Regen the patches 89d3fcbdfaf This new system breaks a lot :(
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -40,5 +40,3 @@ Spigot-API
|
||||
Spigot-Server
|
||||
PaperSpigot-Server
|
||||
PaperSpigot-API
|
||||
Bukkit
|
||||
CraftBukkit
|
||||
|
1
Bukkit
Submodule
1
Bukkit
Submodule
Submodule Bukkit added at 277baff1a1
1
CraftBukkit
Submodule
1
CraftBukkit
Submodule
Submodule CraftBukkit added at 8fc4c83218
@@ -14,8 +14,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
private boolean justTeleported = false;
|
||||
+ private boolean hasMoved; // Spigot
|
||||
|
||||
// For the PacketPlayOutBlockPlace hack :(
|
||||
Long lastPacket;
|
||||
public CraftPlayer getPlayer() {
|
||||
return (this.player == null) ? null : (CraftPlayer) this.player.getBukkitEntity();
|
||||
@@ -0,0 +0,0 @@ public class PlayerConnection implements PacketListenerPlayIn, IUpdatePlayerList
|
||||
}
|
||||
// CraftBukkit start - fire PlayerMoveEvent
|
||||
|
Reference in New Issue
Block a user