From 3b72afec58ceab961d81e0cdc1cf7705d1bd8d01 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 9 May 2017 17:02:27 -0400 Subject: [PATCH] I'm A FUCKING DERP --- Project-Unite/Global.asax.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-Unite/Global.asax.cs b/Project-Unite/Global.asax.cs index ffc958e..4864165 100644 --- a/Project-Unite/Global.asax.cs +++ b/Project-Unite/Global.asax.cs @@ -73,7 +73,7 @@ protected void Application_BeginRequest(object sender, EventArgs e) mod = act.GetCustomAttributes(false).FirstOrDefault(x => x is RequiresModerator); dev = act.GetCustomAttributes(false).FirstOrDefault(x => x is RequiresDeveloper); - bool? fail2 = false; + bool? fail2 = true; if (adm != null) fail2 = User.Identity?.IsAdmin();