Forgot this one

This commit is contained in:
snowleo 2011-08-27 23:38:21 +02:00
parent 6427a93d14
commit 5a5dc933ad
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ public class Commandsetspawn extends EssentialsCommand
@Override
public void run(Server server, User user, String commandLabel, String[] args) throws Exception
{
charge(user);
final String group = args.length > 0 ? getFinalArg(args, 0) : "default";
ess.getSpawn().setSpawn(user.getLocation(), group);
user.sendMessage(Util.format("spawnSet", group));