diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index 8c21f1c..29278bc 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -156,7 +156,7 @@
We'd like to formally thank Philip Adams. Without him, we would not exist. Phil has contributed years of work and help to ShiftOS and is the original developer of the game. He has written code that is still used to this day in modern ShiftOS, and much of the ideas and mechanics in the game are from his mind.
Check Phil out on YouTube: OSFirstTimer | AstralPhaser | YouTube Millionaire
- @if (User.Identity.IsAdmin()) + @if ((bool)User.Identity?.IsAdmin()) {@Html.ActionLink("Administrator Control Panel", "Index", "Admin")
}