From 151d62b79259e784a08f9c19e9ff8375c754a5bc Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 4 Nov 2021 00:28:01 +0100 Subject: [PATCH] Enable HWID bans again by default. --- 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 63741cab06..e4785ac74a 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -429,7 +429,7 @@ namespace Content.Shared.CCVar */ public static readonly CVarDef BanHardwareIds = - CVarDef.Create("ban.hardware_ids", false, CVar.SERVERONLY); + CVarDef.Create("ban.hardware_ids", true, CVar.SERVERONLY); /* * Shuttles