Added configurable Connection Throttle. Addresses BUKKIT-1274

This commit is contained in:
EvilSeph
2012-03-22 08:02:38 -04:00
parent 693c624b71
commit e96b0b60d5
2 changed files with 12 additions and 1 deletions

View File

@@ -310,6 +310,10 @@ public final class Bukkit {
return server.getUpdateFolderFile();
}
public static long getConnectionThrottle() {
return server.getConnectionThrottle();
}
public static int getTicksPerAnimalSpawns() {
return server.getTicksPerAnimalSpawns();
}