Add cvar to disable ooc chat (#3258)
This commit is contained in:
@@ -252,5 +252,14 @@ namespace Content.Shared
|
||||
*/
|
||||
|
||||
public static readonly CVarDef<bool> BrandingSteam = CVarDef.Create("branding.steam", false, CVar.CLIENTONLY);
|
||||
|
||||
/*
|
||||
* OOC
|
||||
*/
|
||||
|
||||
public static readonly CVarDef<bool> OocEnabled = CVarDef.Create("ooc.enabled", true, CVar.NOTIFY);
|
||||
|
||||
public static readonly CVarDef<bool> AdminOocEnabled =
|
||||
CVarDef.Create("ooc.enabled_admin", true, CVar.NOTIFY);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user