From 723ee50d3ec66fdc7de2d64f05956f8a03f2782d Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Mon, 18 Oct 2021 20:14:40 -0400 Subject: [PATCH] https://discord.com/channels/@me/730505143274963076/899812270123675768 --- Pages/Index.cshtml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pages/Index.cshtml.cs b/Pages/Index.cshtml.cs index 104e1e7..253f5e8 100644 --- a/Pages/Index.cshtml.cs +++ b/Pages/Index.cshtml.cs @@ -80,6 +80,7 @@ namespace NightmareCoreWeb2.Pages { ViewData["Title"] = "All Characters"; + this.CharacterListType = ViewData["Title"]; string sql = "select username,name,level,race,class from characters.characters join auth.account on characters.characters.account = auth.account.id"; QuerySQL(sql); return; @@ -150,7 +151,6 @@ namespace NightmareCoreWeb2.Pages try { Account a = new Account(Username); - AccountAccess access = a.Access[0]; Console.WriteLine($"Account already exists {Username}"); } catch (Exception)