9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-23 08:59:31 +00:00

Update Paper

This commit is contained in:
violetc
2023-04-04 23:27:25 +08:00
parent a87b8a83da
commit 1b617b0950
11 changed files with 36 additions and 36 deletions

View File

@@ -17,10 +17,10 @@ index a8c580c9e8ee099af1869c9aa42d3e6aaba720e4..eddb0f942d9104f9a623df843a3861d9
MinecraftTimings.tickablesTimer.startTiming(); // Spigot // Paper
for (int i = 0; i < this.tickables.size(); ++i) {
diff --git a/src/main/java/net/minecraft/server/players/PlayerList.java b/src/main/java/net/minecraft/server/players/PlayerList.java
index 6ee9356820c052eb80d05d270c9199e74fb7b6be..56bf504613bfb576c6183ea8a90b7197ceacb749 100644
index 629dc9f968b40154f67d9a7f3b0116fce82af7bf..5e0241750e07f7f088b478bf52130c23cb5cd281 100644
--- a/src/main/java/net/minecraft/server/players/PlayerList.java
+++ b/src/main/java/net/minecraft/server/players/PlayerList.java
@@ -346,6 +346,7 @@ public abstract class PlayerList {
@@ -350,6 +350,7 @@ public abstract class PlayerList {
top.leavesmc.leaves.protocol.PcaSyncProtocol.onJoin(player); // Leaves - pca
top.leavesmc.leaves.protocol.BBORProtocol.onPlayerLoggedIn(player); // Leaves - bbor
top.leavesmc.leaves.protocol.JadeProtocol.onPlayerJoin(player); // Leaves - Jade
@@ -28,7 +28,7 @@ index 6ee9356820c052eb80d05d270c9199e74fb7b6be..56bf504613bfb576c6183ea8a90b7197
final net.kyori.adventure.text.Component jm = playerJoinEvent.joinMessage();
@@ -590,6 +591,7 @@ public abstract class PlayerList {
@@ -594,6 +595,7 @@ public abstract class PlayerList {
}
public net.kyori.adventure.text.Component remove(ServerPlayer entityplayer, net.kyori.adventure.text.Component leaveMessage) {
top.leavesmc.leaves.protocol.BBORProtocol.onPlayerLoggedOut(entityplayer); // Leaves - bbor