using Robust.Shared.Configuration;
namespace Content.Shared.CCVar;
public sealed partial class CCVars
{
///
/// Controls if the connections queue is enabled
/// If enabled plyaers will be added to a queue instead of being kicked after SoftMaxPlayers is reached
///
public static readonly CVarDef QueueEnabled =
CVarDef.Create("queue.enabled", false, CVar.SERVERONLY);
}