Updated version to 1.2.5-R0.1-SNAPSHOT

This commit is contained in:
Dinnerbone (Laptop)
2012-03-30 23:33:51 +02:00
parent e0c01154b0
commit 1fa4d8430e
15 changed files with 100 additions and 166 deletions

View File

@@ -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);
}
}
}