mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-22 21:43:41 +00:00
sethome for others, missed from commit
This commit is contained in:
parent
48e0073b31
commit
c530030e5d
1 changed files with 7 additions and 4 deletions
|
@ -29,10 +29,13 @@ public class Commandsethome extends EssentialsCommand
|
||||||
usersHome.setHome(args[1].equalsIgnoreCase("default"));
|
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…
Add table
Add a link
Reference in a new issue