1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-30 17:59:53 +02:00

Allow at least one home by default.

This commit is contained in:
snowleo
2012-10-16 00:23:27 +02:00
parent 4f4f9d8702
commit c70caf8001

View File

@@ -138,7 +138,7 @@ public class RanksStorage extends AsyncStorageObjectHolder<Ranks> implements IRa
return groupOptions.getValue().getHomes();
}
}
return 0;
return 1;
}
@Override