Skip to content

Commit

Permalink
PlayerList API
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaKR93 committed Dec 25, 2024
1 parent 379451f commit 6b5178a
Show file tree
Hide file tree
Showing 38 changed files with 1,795 additions and 515 deletions.
446 changes: 446 additions & 0 deletions patches/api/0010-Add-PlayerList-API.patch

Large diffs are not rendered by default.

152 changes: 0 additions & 152 deletions patches/server/0029-Save-Json-list-asynchronously.patch

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -659,10 +659,10 @@ index ab6a7d20f5473d8bffa7f8d136c1d55f17bbfaff..dce1796f0a7dbc69596b0348f42fe8d5
CommonListenerCookie commonlistenercookie = CommonListenerCookie.createInitial((GameProfile) Objects.requireNonNull(this.authenticatedProfile), this.transferred);
ServerConfigurationPacketListenerImpl serverconfigurationpacketlistenerimpl = new ServerConfigurationPacketListenerImpl(this.server, this.connection, commonlistenercookie, this.player); // CraftBukkit
diff --git a/src/main/java/net/minecraft/server/players/StoredUserList.java b/src/main/java/net/minecraft/server/players/StoredUserList.java
index 0735a0bd182635e1969d19336b46bc72b14e555f..efa47456c3be9a168457bfb19878a93ab26172f3 100644
index c038da20b76c0b7b1c18471b20be01e849d29f3a..14e20543d097efb999c4ef3eb8fff641616622cf 100644
--- a/src/main/java/net/minecraft/server/players/StoredUserList.java
+++ b/src/main/java/net/minecraft/server/players/StoredUserList.java
@@ -64,7 +64,7 @@ public abstract class StoredUserList<K, V extends StoredUserEntry<K>> {
@@ -76,7 +76,7 @@ public abstract class StoredUserList<K, V extends StoredUserEntry<K>> {
}

public String[] getUserList() {
Expand Down
File renamed without changes.
Loading

0 comments on commit 6b5178a

Please sign in to comment.