mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-24 00:01:41 +01:00
sethome for others, missed from commit
This commit is contained in:
parent
48e0073b31
commit
c530030e5d
@ -29,10 +29,13 @@ public class Commandsethome extends EssentialsCommand
|
||||
usersHome.setHome(args[1].equalsIgnoreCase("default"));
|
||||
}
|
||||
}
|
||||
charge(user);
|
||||
user.sendMessage(Util.i18n("homeSet"));
|
||||
}
|
||||
|
||||
|
||||
else
|
||||
{
|
||||
user.setHome(false);
|
||||
}
|
||||
charge(user);
|
||||
user.sendMessage(Util.i18n("homeSet"));
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user