fix: fix new user saving refs NOISSUE
This commit is contained in:
		@@ -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;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user