mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 04:02:06 -07:00
Update from upstream SpigotMC
c5492f80081 d5bf8668b99 a93b19a04cd
This commit is contained in:
@@ -25,13 +25,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
+ <parent>
|
|
||||||
+ <groupId>org.spigotmc</groupId>
|
|
||||||
+ <artifactId>spigot-parent</artifactId>
|
|
||||||
+ <version>dev-SNAPSHOT</version>
|
|
||||||
+ <relativePath>../pom.xml</relativePath>
|
|
||||||
+ </parent>
|
|
||||||
+
|
|
||||||
+ <repositories>
|
+ <repositories>
|
||||||
+ <repository>
|
+ <repository>
|
||||||
+ <id>sonatype-snapshots</id>
|
+ <id>sonatype-snapshots</id>
|
||||||
|
@@ -42,7 +42,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
float f1 = this.player.pitch;
|
float f1 = this.player.pitch;
|
||||||
float f2 = this.player.yaw;
|
float f2 = this.player.yaw;
|
||||||
@@ -0,0 +0,0 @@ public class PlayerConnection implements PacketListenerPlayIn, IUpdatePlayerList
|
@@ -0,0 +0,0 @@ public class PlayerConnection implements PacketListenerPlayIn, IUpdatePlayerList
|
||||||
if (event == null || event.useItemInHand() != Event.Result.DENY) {
|
if (!cancelled) {
|
||||||
this.player.playerInteractManager.useItem(this.player, this.player.world, itemstack);
|
this.player.playerInteractManager.useItem(this.player, this.player.world, itemstack);
|
||||||
}
|
}
|
||||||
+ }
|
+ }
|
||||||
|
Reference in New Issue
Block a user