mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 03:25:50 +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")))
|
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];
|
name = args[1];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue