Fix game.table_bonk cvar (#15447)

This commit is contained in:
Leon Friedrich
2023-04-17 04:15:36 +12:00
committed by GitHub
parent ff4cbb5666
commit 6e0022d30f

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