diff --git a/ProjectLighthouse/Types/Settings/ServerSettings.cs b/ProjectLighthouse/Types/Settings/ServerSettings.cs index 1e456c23..b4de8c54 100644 --- a/ProjectLighthouse/Types/Settings/ServerSettings.cs +++ b/ProjectLighthouse/Types/Settings/ServerSettings.cs @@ -8,9 +8,9 @@ namespace LBPUnion.ProjectLighthouse.Types.Settings { /// /// The maximum amount of slots allowed on users' earth /// - public const int EntitledSlots = int.MaxValue; + public const int EntitledSlots = 50; - public const int ListsQuota = 20; + public const int ListsQuota = 50; public const string ServerName = "ProjectLighthouse";