Implement optional per player mobspawning (#2171)

This commit is contained in:
Omer Uddin
2019-08-21 06:02:51 +05:00
parent 965e176072
commit 33db268d5d
24 changed files with 906 additions and 197 deletions

View File

@@ -7,7 +7,7 @@ The problem was we were checking isExpired() on the entry, but if it
was expired at that point, then it would be null.
diff --git a/src/main/java/net/minecraft/server/PlayerList.java b/src/main/java/net/minecraft/server/PlayerList.java
index a183bb450d..3cb443c4ff 100644
index a183bb450..3cb443c4f 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 {