From aa3c2f0219d6f83c2421cec3eeb50dee6ba14164 Mon Sep 17 00:00:00 2001 From: Ratyyy <> Date: Sun, 21 Apr 2024 01:10:12 +0300 Subject: [PATCH] 16:9 --- Content.Shared/CCVar/CCVars.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 798b3e4d473..fffaf6fc15c 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1571,10 +1571,10 @@ public static readonly CVarDef CVarDef.Create("viewport.minimum_width", 15, CVar.REPLICATED); public static readonly CVarDef ViewportMaximumWidth = - CVarDef.Create("viewport.maximum_width", 21, CVar.REPLICATED); + CVarDef.Create("viewport.maximum_width", 29, CVar.REPLICATED); public static readonly CVarDef ViewportWidth = - CVarDef.Create("viewport.width", 21, CVar.CLIENTONLY | CVar.ARCHIVE); + CVarDef.Create("viewport.width", 29, CVar.CLIENTONLY | CVar.ARCHIVE); /* * UI