From 58baf8f1f73b4bd39d875a8c1a0e551920474f8a Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Mon, 18 Oct 2021 20:20:07 -0400 Subject: [PATCH] https://discord.com/channels/@me/730505143274963076/899812270123675768 --- Pages/Index.cshtml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Pages/Index.cshtml.cs b/Pages/Index.cshtml.cs index 44ee898..e2c86e2 100644 --- a/Pages/Index.cshtml.cs +++ b/Pages/Index.cshtml.cs @@ -80,7 +80,6 @@ namespace NightmareCoreWeb2.Pages { ViewData["Title"] = "All Characters"; - this.CharacterListType = ViewData["Title"]; this.CharacterListType = "All Characters"; string sql = "select username,name,level,race,class from characters.characters join auth.account on characters.characters.account = auth.account.id"; QuerySQL(sql);