mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-07 04:53:11 +00:00
Revert "Update home count..." This reverts commit 9b731cc39c
.
On second thought, this would just lead to inconsistency....
This commit is contained in:
parent
deca5e5e73
commit
8d6b864b5b
2 changed files with 1 additions and 13 deletions
|
@ -33,7 +33,7 @@ public class Commandsethome extends EssentialsCommand
|
|||
{
|
||||
throw new NotEnoughArgumentsException();
|
||||
}
|
||||
if ((user.isAuthorized("essentials.sethome.multiple.unlimited")) || (user.getHomeCount() < ess.getSettings().getHomeLimit(user))
|
||||
if ((user.isAuthorized("essentials.sethome.multiple.unlimited")) || (user.getHomes().size() < ess.getSettings().getHomeLimit(user))
|
||||
|| (user.getHomes().contains(args[0].toLowerCase(Locale.ENGLISH))))
|
||||
{
|
||||
user.setHome(args[0].toLowerCase(Locale.ENGLISH));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue