From 62fc083e1fa5a839ed8a84168946d04e8a98d962 Mon Sep 17 00:00:00 2001 From: Pancake Date: Tue, 26 Jul 2022 02:50:18 -0700 Subject: [PATCH] Update CCVars.cs (#10046) --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 1e60b2cc97..db801e00a2 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -294,7 +294,7 @@ namespace Content.Shared.CCVar CVarDef.Create("nukeops.min_players", 15); public static readonly CVarDef NukeopsMaxOps = - CVarDef.Create("nukeops.max_ops", 6); + CVarDef.Create("nukeops.max_ops", 5); public static readonly CVarDef NukeopsPlayersPerOp = CVarDef.Create("nukeops.players_per_op", 5);