Updated version to 1.2.5-R0.1-SNAPSHOT
This commit is contained in:
@@ -293,7 +293,7 @@ public class Village {
|
||||
villagedoor = (VillageDoor) iterator.next();
|
||||
}
|
||||
|
||||
this.size = Math.max(32, (int) Math.sqrt((double) j));
|
||||
this.size = Math.max(32, (int) Math.sqrt((double) j) + 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user