Bugfixes (#69)
* - fix: Fix bans. * - fix: Fix all roles for admins. * - fix: No command headrevs. * - tweak: Now round ends on rev win. * - fix: Ash now smimmune. * - fix: Ghost role cvar fix. * - fix: Security icons only work on humans.
This commit is contained in:
@@ -1839,7 +1839,7 @@ namespace Content.Shared.CCVar
|
||||
/// The time you must spend reading the rules, before the "Request" button is enabled
|
||||
/// </summary>
|
||||
public static readonly CVarDef<float> GhostRoleTime =
|
||||
CVarDef.Create("ghost.role_time", 3f, CVar.REPLICATED);
|
||||
CVarDef.Create("ghost.role_time", 3f, CVar.SERVER | CVar.REPLICATED);
|
||||
|
||||
/*
|
||||
* Fire alarm
|
||||
|
||||
Reference in New Issue
Block a user