]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix game.table_bonk cvar (#15447)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Sun, 16 Apr 2023 16:15:36 +0000 (04:15 +1200)
committerGitHub <noreply@github.com>
Sun, 16 Apr 2023 16:15:36 +0000 (02:15 +1000)
Content.Shared/CCVar/CCVars.cs

index 6a4059d6b6ac190dd21ebfe618da2beada7b2cdd..a13592364da898fe5a0c16bed84951c86bc26529 100644 (file)
@@ -274,7 +274,7 @@ namespace Content.Shared.CCVar
         /// Make people bonk when trying to climb certain objects like tables.
         /// </summary>
         public static readonly CVarDef<bool> GameTableBonk =
-            CVarDef.Create("game.table_bonk", false, CVar.SERVERONLY);
+            CVarDef.Create("game.table_bonk", false, CVar.REPLICATED);
 
 #if EXCEPTION_TOLERANCE
         /// <summary>