mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
Forgot this one
This commit is contained in:
parent
6427a93d14
commit
5a5dc933ad
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue