From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Sun, 16 Apr 2023 16:15:36 +0000 (+1200) Subject: Fix game.table_bonk cvar (#15447) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=6e0022d30fbeebbd0b65d5316a7bc27a31668595;p=space-station-14.git Fix game.table_bonk cvar (#15447) --- diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 6a4059d6b6..a13592364d 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -274,7 +274,7 @@ namespace Content.Shared.CCVar /// Make people bonk when trying to climb certain objects like tables. /// public static readonly CVarDef GameTableBonk = - CVarDef.Create("game.table_bonk", false, CVar.SERVERONLY); + CVarDef.Create("game.table_bonk", false, CVar.REPLICATED); #if EXCEPTION_TOLERANCE ///