Add LOOC and change OOC color (#5841)
This commit is contained in:
@@ -485,6 +485,15 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<bool> AdminOocEnabled =
|
||||
CVarDef.Create("ooc.enabled_admin", true, CVar.NOTIFY);
|
||||
|
||||
/*
|
||||
* LOOC
|
||||
*/
|
||||
|
||||
public static readonly CVarDef<bool> LoocEnabled = CVarDef.Create("looc.enabled", true, CVar.NOTIFY);
|
||||
|
||||
public static readonly CVarDef<bool> AdminLoocEnabled =
|
||||
CVarDef.Create("looc.enabled_admin", true, CVar.NOTIFY);
|
||||
|
||||
/*
|
||||
* Entity Menu Grouping Types
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user