mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-27 08:59:45 +00:00
[trunk]fix nullpointer on mails after you clear them and try to send mails
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1325 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
b02fea8cbb
commit
d269d148e2
1 changed files with 1 additions and 0 deletions
|
@ -307,6 +307,7 @@ public abstract class UserData extends PlayerExtension implements IConf
|
||||||
if (mails == null)
|
if (mails == null)
|
||||||
{
|
{
|
||||||
config.removeProperty("mail");
|
config.removeProperty("mail");
|
||||||
|
mails = _getMails();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue