mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 03:32:46 +01:00
Remove unneeded change
This commit is contained in:
parent
8788b79a48
commit
bae15259ed
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
||||||
--- a/net/minecraft/server/PacketPlayInBlockPlace.java
|
|
||||||
+++ b/net/minecraft/server/PacketPlayInBlockPlace.java
|
|
||||||
@@ -6,6 +6,8 @@
|
|
||||||
|
|
||||||
private EnumHand a;
|
|
||||||
|
|
||||||
+ public long timestamp; // CraftBukkit
|
|
||||||
+
|
|
||||||
public PacketPlayInBlockPlace() {}
|
|
||||||
|
|
||||||
public PacketPlayInBlockPlace(EnumHand enumhand) {
|
|
||||||
@@ -13,6 +15,7 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
public void a(PacketDataSerializer packetdataserializer) throws IOException {
|
|
||||||
+ this.timestamp = System.currentTimeMillis(); // CraftBukkit
|
|
||||||
this.a = (EnumHand) packetdataserializer.a(EnumHand.class);
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue