mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-08 04:48:44 +00:00
Limit max levels and lists to 50
This commit is contained in:
parent
b340d4a955
commit
88e77e1c73
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ namespace LBPUnion.ProjectLighthouse.Types.Settings {
|
|||
/// <summary>
|
||||
/// The maximum amount of slots allowed on users' earth
|
||||
/// </summary>
|
||||
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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue