mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-13 10:04:51 +02:00
sethome for others, missed from commit
This commit is contained in:
@@ -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"));
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user