mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Merge branch 'master' of https://github.com/libraryaddict/LibsDisguises
This commit is contained in:
commit
89829bf5c5
1 changed files with 5 additions and 0 deletions
|
@ -117,6 +117,11 @@ public class RadiusDisguiseCommand extends BaseDisguiseCommand
|
|||
+ (starting != 0 ? " and EntityType" : ""));
|
||||
return true;
|
||||
}
|
||||
else if (args.length < 2)
|
||||
{
|
||||
sender.sendMessage(ChatColor.RED + "You need to supply a radius as well as the disguise");
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!isNumeric(args[starting]))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue