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 ///