fix: fix new user saving refs NOISSUE
This commit is contained in:
parent
8417003ea7
commit
a09e27281e
@ -33,6 +33,7 @@ userCheckTimer.OnOccurence += async (s, ea) =>
|
|||||||
NickName = string.Empty,
|
NickName = string.Empty,
|
||||||
IsIntroduced = false
|
IsIntroduced = false
|
||||||
};
|
};
|
||||||
|
dci.Users.Add(newUser);
|
||||||
needsSaving = true;
|
needsSaving = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user