From 6e0022d30fbeebbd0b65d5316a7bc27a31668595 Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Mon, 17 Apr 2023 04:15:36 +1200 Subject: [PATCH] Fix game.table_bonk cvar (#15447) --- 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 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 /// -- 2.51.2