mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-28 08:24:25 +00:00
Fix some /home errors with invalid data.
This commit is contained in:
parent
2ee590d85c
commit
8fecd44786
3 changed files with 10 additions and 2 deletions
|
@ -142,6 +142,9 @@ public abstract class UserData extends PlayerExtension implements IConf
|
|||
catch (NumberFormatException e)
|
||||
{
|
||||
}
|
||||
catch (IndexOutOfBoundsException e)
|
||||
{
|
||||
}
|
||||
}
|
||||
return search;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue