Update bStats implementation

This commit is contained in:
Zach Brown
2017-04-22 01:16:45 -05:00
parent 0d1f8be81d
commit 22e2858fee
36 changed files with 289 additions and 692 deletions

View File

@@ -6,7 +6,7 @@ Subject: [PATCH] Add PlayerInitialSpawnEvent
For modifying a player's initial spawn location as they join the server
diff --git a/src/main/java/net/minecraft/server/PlayerList.java b/src/main/java/net/minecraft/server/PlayerList.java
index 676cc3f3e..4e35e9102 100644
index d778eafb3..d6a2bbc08 100644
--- a/src/main/java/net/minecraft/server/PlayerList.java
+++ b/src/main/java/net/minecraft/server/PlayerList.java
@@ -0,0 +0,0 @@ public abstract class PlayerList {