mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-06-21 09:47:45 +02:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@13f9986c fail fast for out of bound access in LimitedRegion
This commit is contained in:
@@ -3,7 +3,7 @@ group = org.purpurmc.purpur
|
||||
mcVersion = 26.2
|
||||
apiVersion = 26.2
|
||||
channel=EXPERIMENTAL
|
||||
paperCommit = 19d83f9dc9ad835830aa7e9ff1fb8d8f970ec9f2
|
||||
paperCommit = 13f9986cd09fd391f48d8c1a482f800850259017
|
||||
|
||||
org.gradle.configuration-cache = true
|
||||
org.gradle.caching = true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- a/src/main/java/org/bukkit/entity/Entity.java
|
||||
+++ b/src/main/java/org/bukkit/entity/Entity.java
|
||||
@@ -1322,4 +_,59 @@
|
||||
@@ -1321,4 +_,59 @@
|
||||
*/
|
||||
void broadcastHurtAnimation(@NotNull java.util.Collection<Player> players);
|
||||
// Paper end - broadcast hurt animation
|
||||
|
||||
Reference in New Issue
Block a user