Update upstream (memory leak fix)

This commit is contained in:
Aikar
2017-07-16 20:36:27 -04:00
parent 8bc0a37de6
commit a289bd5949
13 changed files with 48 additions and 49 deletions

View File

@@ -7,7 +7,7 @@ Saving players async is extremely dangerous. This will force it to main
the same way we handle async chunk loads.
diff --git a/src/main/java/net/minecraft/server/PlayerList.java b/src/main/java/net/minecraft/server/PlayerList.java
index 7882eaba..a988fc8b 100644
index 73cf2e3d8..206068384 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 {