1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-25 13:49:12 +02:00

sethome for others, missed from commit

This commit is contained in:
ementalo
2011-06-28 10:13:18 +01:00
parent b6a6b7192f
commit 522089a211

View File

@@ -29,10 +29,13 @@ public class Commandsethome extends EssentialsCommand
usersHome.setHome(args[1].equalsIgnoreCase("default"));
}
}
}
else
{
user.setHome(false);
}
charge(user);
user.sendMessage(Util.i18n("homeSet"));
}
}
}