Quick fixes (awesome name)

This commit is contained in:
FeTetra 2025-05-25 22:10:31 -04:00
commit 0c8ff50176
5 changed files with 15 additions and 13 deletions

View file

@ -214,12 +214,6 @@ public class LoginController : ControllerBase
Logger.Success($"Successfully logged in user {user.Username} as {token.GameVersion} client", LogArea.Login);
string userAgent = this.Request.Headers.UserAgent.ToString();
if (!String.IsNullOrWhiteSpace(userAgent))
{
user.UserAgent = userAgent;
}
await database.SaveChangesAsync();
// Create a new room on LBP2/3/Vita