Fallback disable/enable (#2286)

This commit is contained in:
Víctor Aguilera Puerto
2020-10-17 13:39:23 +02:00
committed by GitHub
parent 3989e20c29
commit 32816d48ee
2 changed files with 23 additions and 15 deletions

View File

@@ -16,6 +16,9 @@ namespace Content.Shared
public static readonly CVarDef<string>
GameLobbyDefaultPreset = CVarDef.Create("game.defaultpreset", "Suspicion", CVar.ARCHIVE);
public static readonly CVarDef<bool>
GameLobbyFallbackEnabled = CVarDef.Create("game.fallbackenabled", true, CVar.ARCHIVE);
public static readonly CVarDef<string>
GameLobbyFallbackPreset = CVarDef.Create("game.fallbackpreset", "Sandbox", CVar.ARCHIVE);