Update CraftBukkit to 1.6.1
This commit is contained in:
committed by
Wesley Wolfe
parent
f887b76a25
commit
6c09066e22
@@ -8,9 +8,9 @@ public class AABBPool {
|
||||
private final int a;
|
||||
private final int b;
|
||||
private final List pool = new ArrayList();
|
||||
private int d = 0;
|
||||
private int largestSize = 0;
|
||||
private int resizeTime = 0;
|
||||
private int d;
|
||||
private int largestSize;
|
||||
private int resizeTime;
|
||||
|
||||
public AABBPool(int i, int j) {
|
||||
this.a = i;
|
||||
|
||||
Reference in New Issue
Block a user