geforkt von Mirrors/Paper
Update Spigot's Patches round 2?
The hell happened here. : Fix Build 2339ac14a8e Regen the patches 89d3fcbdfaf This new system breaks a lot :(
Dieser Commit ist enthalten in:
Ursprung
2cbc92c37e
Commit
d2c503e68a
2
.gitignore
vendored
2
.gitignore
vendored
@ -40,5 +40,3 @@ Spigot-API
|
|||||||
Spigot-Server
|
Spigot-Server
|
||||||
PaperSpigot-Server
|
PaperSpigot-Server
|
||||||
PaperSpigot-API
|
PaperSpigot-API
|
||||||
Bukkit
|
|
||||||
CraftBukkit
|
|
||||||
|
1
Bukkit
Submodul
1
Bukkit
Submodul
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 277baff1a14c0eb57ef723d625446698a857884e
|
1
CraftBukkit
Submodul
1
CraftBukkit
Submodul
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 8fc4c8321883ec02a43185e494404d1ba2079d3e
|
@ -14,8 +14,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
private boolean justTeleported = false;
|
private boolean justTeleported = false;
|
||||||
+ private boolean hasMoved; // Spigot
|
+ private boolean hasMoved; // Spigot
|
||||||
|
|
||||||
// For the PacketPlayOutBlockPlace hack :(
|
public CraftPlayer getPlayer() {
|
||||||
Long lastPacket;
|
return (this.player == null) ? null : (CraftPlayer) this.player.getBukkitEntity();
|
||||||
@@ -0,0 +0,0 @@ public class PlayerConnection implements PacketListenerPlayIn, IUpdatePlayerList
|
@@ -0,0 +0,0 @@ public class PlayerConnection implements PacketListenerPlayIn, IUpdatePlayerList
|
||||||
}
|
}
|
||||||
// CraftBukkit start - fire PlayerMoveEvent
|
// CraftBukkit start - fire PlayerMoveEvent
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren