Salvage dungeons (#14520)
This commit is contained in:
@@ -1031,6 +1031,16 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<bool> BanHardwareIds =
|
||||
CVarDef.Create("ban.hardware_ids", true, CVar.SERVERONLY);
|
||||
|
||||
/*
|
||||
* Procgen
|
||||
*/
|
||||
|
||||
/// <summary>
|
||||
/// Should we pre-load all of the procgen atlasses.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> ProcgenPreload =
|
||||
CVarDef.Create("procgen.preload", true, CVar.SERVERONLY);
|
||||
|
||||
/*
|
||||
* Shuttles
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user