error help?
[17:38:57 ERROR]: Encountered an unexpected exception
java.lang.IllegalArgumentException: n must be positive
at java.util.Random.nextInt(Random.java:300) ~[?:1.7.0_55]
at net.minecraft.server.v1_7_R1.BiomeDecorator.a(SourceFile:183)...
[16:08:44 ERROR]: Encountered an unexpected exception
java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Random.java:388) ~[?:1.8.0_05]
at net.minecraft.server.v1_7_R1.BiomeDecorator.a(SourceFile:183)...
function check_availability(){
//get the username
var username = $('#rUsername').val();
//use ajax to run the check
$.post("./users/php/site/user/check", { username: username },
function(result){
if(result == 1){
$('#username_availability_result').html('<span...