mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-31 02:10:06 +02:00
Allow at least one home by default.
This commit is contained in:
@@ -138,7 +138,7 @@ public class RanksStorage extends AsyncStorageObjectHolder<Ranks> implements IRa
|
|||||||
return groupOptions.getValue().getHomes();
|
return groupOptions.getValue().getHomes();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user