Homes tolower.

Max homes fix.
This commit is contained in:
KHobbits 2011-08-23 15:37:09 +01:00
parent 27adc21446
commit 7df5098bf6
5 changed files with 10 additions and 8 deletions

View file

@ -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)
{