Fixes client having authority over rules popup cvars (#28655)
* Fixes client having authority over rules popup cvars * Delete duplicate migration * Pre-update * Post-update
This commit is contained in:
@@ -1796,13 +1796,7 @@ namespace Content.Shared.CCVar
|
||||
/// Don't show rules to localhost/loopback interface.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> RulesExemptLocal =
|
||||
CVarDef.Create("rules.exempt_local", true, CVar.CLIENT);
|
||||
|
||||
/// <summary>
|
||||
/// The next time the rules will popup for this client, expressed in minutes
|
||||
/// </summary>
|
||||
public static readonly CVarDef<string> RulesNextPopupTime =
|
||||
CVarDef.Create("rules.next_popup_time", "Jan 1, 1997", CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||
CVarDef.Create("rules.exempt_local", false, CVar.SERVERONLY);
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user