Fix some /home errors with invalid data.

This commit is contained in:
KHobbits 2014-03-09 17:59:07 +00:00
parent 2ee590d85c
commit 8fecd44786
3 changed files with 10 additions and 2 deletions

View file

@ -142,6 +142,9 @@ public abstract class UserData extends PlayerExtension implements IConf
catch (NumberFormatException e)
{
}
catch (IndexOutOfBoundsException e)
{
}
}
return search;
}