Disable restart vote as hotfix (#11878)
This commit is contained in:
@@ -874,11 +874,12 @@ namespace Content.Shared.CCVar
|
|||||||
public static readonly CVarDef<bool> VoteEnabled =
|
public static readonly CVarDef<bool> VoteEnabled =
|
||||||
CVarDef.Create("vote.enabled", true, CVar.SERVERONLY);
|
CVarDef.Create("vote.enabled", true, CVar.SERVERONLY);
|
||||||
|
|
||||||
|
// TODO HUD REFACTOR REENABLE
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// See vote.enabled, but specific to restart votes
|
/// See vote.enabled, but specific to restart votes
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly CVarDef<bool> VoteRestartEnabled =
|
public static readonly CVarDef<bool> VoteRestartEnabled =
|
||||||
CVarDef.Create("vote.restart_enabled", true, CVar.SERVERONLY);
|
CVarDef.Create("vote.restart_enabled", false, CVar.SERVERONLY);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// See vote.enabled, but specific to preset votes
|
/// See vote.enabled, but specific to preset votes
|
||||||
|
|||||||
Reference in New Issue
Block a user