Update CraftBukkit to Minecraft 1.7.8
This commit is contained in:
@@ -19,7 +19,7 @@ public class EntityTracker {
|
||||
|
||||
public EntityTracker(WorldServer worldserver) {
|
||||
this.world = worldserver;
|
||||
this.e = worldserver.getMinecraftServer().getPlayerList().a();
|
||||
this.e = worldserver.getMinecraftServer().getPlayerList().d();
|
||||
}
|
||||
|
||||
public void track(Entity entity) {
|
||||
|
||||
Reference in New Issue
Block a user