Fix game.table_bonk cvar (#15447)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user