Enable HWID bans again by default.
This commit is contained in:
@@ -429,7 +429,7 @@ namespace Content.Shared.CCVar
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
public static readonly CVarDef<bool> BanHardwareIds =
|
public static readonly CVarDef<bool> BanHardwareIds =
|
||||||
CVarDef.Create("ban.hardware_ids", false, CVar.SERVERONLY);
|
CVarDef.Create("ban.hardware_ids", true, CVar.SERVERONLY);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Shuttles
|
* Shuttles
|
||||||
|
|||||||
Reference in New Issue
Block a user