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