Avoid NPE in AdvancementDataWorld thanks to Spigot being dumb

This commit is contained in:
Riley Park
2017-09-21 07:01:40 -07:00
parent 7be477c2cc
commit 041250dfb9
3 changed files with 22 additions and 2 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 b9920a5fc..b90407d18 100644
index b3356b40f..128f55287 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 {