[Bleeding] Implemented Vanish API.
Remove players that cannot see a player from their EntityTrackerEntry and only send user list updates to players who can see the player they reference.
This commit is contained in:
@@ -8,7 +8,7 @@ import java.util.Set;
|
||||
public class EntityTracker {
|
||||
|
||||
private Set a = new HashSet();
|
||||
private IntHashMap trackedEntities = new IntHashMap();
|
||||
public IntHashMap trackedEntities = new IntHashMap(); // CraftBukkit - private -> public
|
||||
private MinecraftServer c;
|
||||
private int d;
|
||||
private World world; // CraftBukkit - change type
|
||||
|
||||
Reference in New Issue
Block a user