Require hwid (#35331)

* Make cvar to require that the client has a modern hwid

* Ignore guests and don't disable cvar on dev

* Rename and add docs
This commit is contained in:
nikthechampiongr
2025-02-20 10:04:45 -08:00
committed by GitHub
parent 93021c4879
commit 09f75394be
4 changed files with 15 additions and 0 deletions

View File

@@ -987,6 +987,8 @@ namespace Content.Server.Database
BabyJail = 4,
/// Results from rejected connections with external API checking tools
IPChecks = 5,
/// Results from rejected connections who are authenticated but have no modern hwid associated with them.
NoHwid = 6
}
public class ServerBanHit