From e45a93dc33eadb5ac93093247304ac56db75c4b3 Mon Sep 17 00:00:00 2001 From: jvyden Date: Fri, 5 Aug 2022 17:05:08 -0400 Subject: [PATCH] Fix compilation error --- ProjectLighthouse/Helpers/SlotHelper.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ProjectLighthouse/Helpers/SlotHelper.cs b/ProjectLighthouse/Helpers/SlotHelper.cs index f2b8abb3..b2c529f5 100644 --- a/ProjectLighthouse/Helpers/SlotHelper.cs +++ b/ProjectLighthouse/Helpers/SlotHelper.cs @@ -3,6 +3,7 @@ using System; using System.Linq; using System.Threading; using System.Threading.Tasks; +using LBPUnion.ProjectLighthouse.Administration; using LBPUnion.ProjectLighthouse.Levels; using LBPUnion.ProjectLighthouse.PlayerData.Profiles; using Microsoft.EntityFrameworkCore; @@ -73,7 +74,7 @@ public static class SlotHelper User devCreator = new() { Username = "", - Banned = true, + PermissionLevel = PermissionLevel.Banned, Biography = "Placeholder author of story levels", BannedReason = "Banned to not show in users list", LocationId = devLocation.Id,