Fix baby jail (#29896)

* Revert "Revert Baby Jail (#29891)"

This reverts commit 24a2866747.

* the fix
This commit is contained in:
Chief-Engineer
2024-07-11 00:14:01 -05:00
committed by GitHub
parent e01af4d602
commit 6371a04621
20 changed files with 545 additions and 9 deletions

View File

@@ -901,6 +901,10 @@ namespace Content.Server.Database
Whitelist = 1,
Full = 2,
Panic = 3,
/*
* TODO: Remove baby jail code once a more mature gateway process is established. This code is only being issued as a stopgap to help with potential tiding in the immediate future.
*/
BabyJail = 4,
}
public class ServerBanHit