mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-24 06:23:59 +00:00
fix msg and pay to accept 2 character names
This commit is contained in:
parent
a92eb4dee6
commit
3e203d193c
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ public class Commandpay extends EssentialsCommand
|
|||
}
|
||||
|
||||
//TODO: TL this
|
||||
if (args[0].trim().length() < 3)
|
||||
if (args[0].trim().length() < 2)
|
||||
{
|
||||
throw new NotEnoughArgumentsException("You need to specify a player to pay.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue