fix: fix new user saving refs NOISSUE

This commit is contained in:
Simon Diesenreiter 2025-04-15 15:33:02 +02:00
parent 8417003ea7
commit a09e27281e

View File

@ -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;
} }
} }