mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 16:08:38 +00:00
Fix compilation error
This commit is contained in:
parent
b6da930e20
commit
e45a93dc33
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ using System;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
using LBPUnion.ProjectLighthouse.Administration;
|
||||||
using LBPUnion.ProjectLighthouse.Levels;
|
using LBPUnion.ProjectLighthouse.Levels;
|
||||||
using LBPUnion.ProjectLighthouse.PlayerData.Profiles;
|
using LBPUnion.ProjectLighthouse.PlayerData.Profiles;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
|
@ -73,7 +74,7 @@ public static class SlotHelper
|
||||||
User devCreator = new()
|
User devCreator = new()
|
||||||
{
|
{
|
||||||
Username = "",
|
Username = "",
|
||||||
Banned = true,
|
PermissionLevel = PermissionLevel.Banned,
|
||||||
Biography = "Placeholder author of story levels",
|
Biography = "Placeholder author of story levels",
|
||||||
BannedReason = "Banned to not show in users list",
|
BannedReason = "Banned to not show in users list",
|
||||||
LocationId = devLocation.Id,
|
LocationId = devLocation.Id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue