add fandom & fix initializeing database
This commit is contained in:
@@ -44,6 +44,7 @@ public class OwnCharManager
|
||||
|
||||
username = username.Trim().ToLower();
|
||||
CurrentUser = proxy.Login(username, Utils.HashPassword(username, password));
|
||||
DataManager = proxy;
|
||||
|
||||
return IsLoggedIn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user