mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-22 21:43:41 +00:00
Homes tolower.
Max homes fix.
This commit is contained in:
parent
27adc21446
commit
7df5098bf6
5 changed files with 10 additions and 8 deletions
|
@ -40,7 +40,7 @@ public class Commandhome extends EssentialsCommand
|
|||
}
|
||||
try
|
||||
{
|
||||
user.getTeleport().home(u, homeName, charge);
|
||||
user.getTeleport().home(u, homeName.toLowerCase(), charge);
|
||||
}
|
||||
catch (NotEnoughArgumentsException e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue