mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Allow delhome for offline users
This commit is contained in:
parent
458068ae87
commit
a5239ef601
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class Commanddelhome extends EssentialsCommand
|
|||
}
|
||||
else if (args.length > 1 && (user == null || user.isAuthorized("essentials.delhome.others")))
|
||||
{
|
||||
user = getPlayer(server, args, 0);
|
||||
user = getPlayer(server, args, 0, true);
|
||||
name = args[1];
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue