From e91989b499a5aeb9c562e353aea6eed71186dcd7 Mon Sep 17 00:00:00 2001 From: Cairo Date: Mon, 26 Oct 2020 22:00:33 +1300 Subject: [PATCH] Staff Panel was showing for non mods Due to this it also meant users not logged in received an error due to further checks already there that relied on a user check before. --- assets/Views/partials/nav.ejs | 88 ++++++++++++++++++----------------- 1 file changed, 45 insertions(+), 43 deletions(-) diff --git a/assets/Views/partials/nav.ejs b/assets/Views/partials/nav.ejs index 8ebe3fc5..c3e8f8e5 100644 --- a/assets/Views/partials/nav.ejs +++ b/assets/Views/partials/nav.ejs @@ -147,61 +147,63 @@