Skip to content

Commit 41eab7a

Browse files
committed
Update Paper
1 parent 75f1605 commit 41eab7a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

folia-server/paper-patches/files/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java.patch

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
final ServerGamePacketListenerImpl connection = this.getHandle().connection;
1919
if (connection != null) {
2020
connection.disconnect(message == null ? net.kyori.adventure.text.Component.empty() : message, cause);
21-
@@ -1404,6 +_,11 @@
21+
@@ -1405,6 +_,11 @@
2222

2323
@Override
2424
public boolean teleport(Location location, org.bukkit.event.player.PlayerTeleportEvent.TeleportCause cause, io.papermc.paper.entity.TeleportFlag... flags) {
@@ -30,7 +30,7 @@
3030
Set<io.papermc.paper.entity.TeleportFlag.Relative> relativeArguments;
3131
Set<io.papermc.paper.entity.TeleportFlag> allFlags;
3232
if (flags.length == 0) {
33-
@@ -2068,7 +_,7 @@
33+
@@ -2069,7 +_,7 @@
3434
private void unregisterEntity(Entity other) {
3535
// Paper end
3636
ChunkMap tracker = ((ServerLevel) this.getHandle().level()).getChunkSource().chunkMap;
@@ -39,7 +39,7 @@
3939
if (entry != null) {
4040
entry.removePlayer(this.getHandle());
4141
}
42-
@@ -2165,7 +_,7 @@
42+
@@ -2166,7 +_,7 @@
4343
if (original != null) otherPlayer.setUUID(original); // Paper - uuid override
4444
}
4545

@@ -48,7 +48,7 @@
4848
if (entry != null && !entry.seenBy.contains(this.getHandle().connection)) {
4949
entry.updatePlayer(this.getHandle());
5050
}
51-
@@ -2314,9 +_,16 @@
51+
@@ -2315,9 +_,16 @@
5252
return this;
5353
}
5454

@@ -66,7 +66,7 @@
6666
}
6767

6868
public void setHandle(final ServerPlayer entity) {
69-
@@ -3348,7 +_,7 @@
69+
@@ -3349,7 +_,7 @@
7070
{
7171
if ( CraftPlayer.this.getHealth() <= 0 && CraftPlayer.this.isOnline() )
7272
{

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group=dev.folia
22
version=1.21.4-R0.1-SNAPSHOT
33
mcVersion=1.21.4
44

5-
paperRef=88bbead13b07914c01866e35df16b72110fa501e
5+
paperRef=336ea9dfeb23d9eae0711db974a3465dfe72746f
66

77
org.gradle.configuration-cache=true
88
org.gradle.caching=true

0 commit comments

Comments
 (0)