Disable GridFillComponent on some tests (#15757)
This commit is contained in:
@@ -1084,6 +1084,12 @@ namespace Content.Shared.CCVar
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> CargoShuttles =
|
||||
CVarDef.Create("shuttle.cargo", true, CVar.SERVERONLY);
|
||||
|
||||
/// <summary>
|
||||
/// Whether to automatically spawn escape shuttles.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> DisableGridFill =
|
||||
CVarDef.Create("shuttle.disable_grid_fill", false, CVar.SERVERONLY);
|
||||
|
||||
/*
|
||||
* Emergency
|
||||
|
||||
Reference in New Issue
Block a user